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 7Visual Basic (Declaration) | |
---|---|
Public Enum AnnTransformOperation Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnTransformOperation |
C# | |
---|---|
public enum AnnTransformOperation : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class AnnTransformOperation : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Rotate | The AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Rotate method. |
Scale | The AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Scale method. |
Translate | The AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Translate method. |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnTransformOperation
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)