| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Enum AnnTransformObjectOperation Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[SerializableAttribute()] public enum AnnTransformObjectOperation : Enum | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public enum class AnnTransformObjectOperation : public Enum | |
| Member | Description |
|---|---|
| Translate | The AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Translate method. |
| Scale | The AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Scale method. |
| Rotate | The AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Rotate method. |
For an example, refer to AnnObject.GetTransformPoints.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnTransformObjectOperation
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code