LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AnnTransformObjectMode Enumeration
See Also  
Leadtools.Annotations Namespace : AnnTransformObjectMode Enumeration



The AnnTransformObjectMode Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.

Used with AnnObject.TransformObjectMode to determine how to transform the object when any of the object transformation methods (AnnObject.Translate, AnnObject.Rotate and AnnObject.Scale) is called.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum AnnTransformObjectMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As AnnTransformObjectMode
C# 
[SerializableAttribute()]
public enum AnnTransformObjectMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[SerializableAttribute()]
public enum class AnnTransformObjectMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AutoUse the AnnObject.Transform matrix. This is the default mode used by most objects. Objects that have their AnnObject.TransformObjectMode property set to Auto will support all transformations.
PointsDo not use the AnnObject.Transform matrix. This is used by some objects that do not support all transformation operations. For example, the AnnEncryptObject does not support rotation, so it uses this mode to directly transform its bounding points.
PointsAndRotate

This is similar to AnnTransformObjectMode.Auto, but the rotate control points (AnnObject.RotateGripper and AnnObject.RotateCenter are also transformed by the AnnObject.Transform matrix. This mode is used by ruler objects (AnnRulerObject, AnnPolyRulerObject, AnnCrossProductObject, and AnnProtractorObject).

For more information, refer to New Annotation Features of Version 14.5.

Example

For an example, refer to AnnObject.TransformObjectMode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.AnnTransformObjectMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features