LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
AnnTransformMode Enumeration
See Also  
Leadtools.Windows.Annotations Namespace : AnnTransformMode Enumeration



The AnnTransformMode Enumeration supports WPF/Silverlight.

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

Used with AnnObject.TransformMode to determine how to transform the object when any of the object transformation methods (AnnObject.Translate, AnnObject.Rotate and AnnObject.Scale) is called. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
AutoUse the System.Windows.UIElement.RenderTransform transform. This is the default mode used by most objects. Objects that have their AnnObject.TransformMode property set to Auto will support all transformations.
PointsDo not use the System.Windows.UIElement.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.
PointsAndRotate

This is similar to AnnTransformMode.Auto, but the rotate control points (AnnObject.RotateGripper and AnnObject.RotateCenter are also transformed by the System.Windows.UIElement.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.AnnTransformMode

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

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