Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
AnnTransformObjectMode Enumeration
See Also  
Leadtools.Annotations Namespace : AnnTransformObjectMode Enumeration




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

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum AnnTransformObjectMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AnnTransformObjectMode
C# 
[SerializableAttribute()]
public enum AnnTransformObjectMode : Enum 
Managed Extensions for C++ 
[SerializableAttribute()]
__value public enum AnnTransformObjectMode : public Enum 
C++/CLI 
[SerializableAttribute()]
public enum class AnnTransformObjectMode : public Enum 

Members

MemberDescription
Auto Use the Transform matrix. This is the default mode used by most objects. Objects that have their TransformObjectMode property set to Auto will support all transformations.
Points Do not use the 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.
PointsAndRotateThis is similar to AnnTransformObjectMode.Auto, but the rotate control points (RotateGripper and RotateCenter are also transformed by the 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 TransformObjectMode.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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