Leadtools.Windows.Annotations Namespace : AnnTransformOperation Enumeration |
public enum AnnTransformOperation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum AnnTransformOperation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AnnTransformOperation
public enum class AnnTransformOperation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Translate | The AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Translate method. |
0x00000001 | Scale | The AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Scale method. |
0x00000002 | Rotate | The AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Rotate method. |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnTransformOperation