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



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

Syntax

Visual Basic (Declaration) 
Public Enum AnnTransformObjectMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AnnTransformObjectMode
C# 
public enum AnnTransformObjectMode : Enum 
C++/CLI 
public enum class AnnTransformObjectMode : public Enum 

Members

MemberDescription
Auto Use the RenderTransform transform. This is the default mode used by most objects. Objects that have their AnnObjectBase.TransformObjectMode property set to Auto will support all transformations.
Points Do not use the RenderTransform transform. This is used by some objects that do not support all transformation operations. For example, the AnnTextPointerObject 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 (AnnObjectBase.RotateGripper and AnnObjectBase.RotateCenter are also transformed by the RenderTransform transform. This mode is used by AnnGroupObject and AnnFreehandHotspotObject.

For more information, refer to WPF Annotation Rotation Options.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

AnnTransformObjectMode requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.