The AnnTransformObjectOperation 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.Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum AnnTransformObjectOperation Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnTransformObjectOperation |
C# | |
---|---|
[SerializableAttribute()] public enum AnnTransformObjectOperation : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class AnnTransformObjectOperation : 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. |
For an example, refer to AnnObject.GetTransformPoints.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnTransformObjectOperation
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7