Leadtools.Annotations Namespace : AnnTransformObjectOperation Enumeration |
[SerializableAttribute()] public enum AnnTransformObjectOperation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum AnnTransformObjectOperation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AnnTransformObjectOperation
[SerializableAttribute()] public enum class AnnTransformObjectOperation : 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.Annotations.AnnTransformObjectOperation