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
AnnTransformOperation Enumeration
See Also  
Leadtools.Windows.Annotations Namespace : AnnTransformOperation Enumeration



The AnnTransformOperation Enumeration supports WPF/Silverlight.

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

Used with AnnObject.GetTransformPoints and AnnObject.SetTransformPoints methods to determine what transformation operation is to be performed on the points. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
RotateThe AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Rotate method.
ScaleThe AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Scale method.
TranslateThe AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Translate method.

Inheritance Hierarchy

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

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

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