Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

AnnTransformObjectOperation Enumeration






Used with AnnObject.GetTransformPoints and AnnObject.SetTransformPoints methods to determine what transformation operation is to be performed on the points.
Syntax
[SerializableAttribute()]
public enum AnnTransformObjectOperation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<SerializableAttribute()>
Public Enum AnnTransformObjectOperation 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AnnTransformObjectOperation

            

            
[SerializableAttribute()]
public enum class AnnTransformObjectOperation : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000TranslateThe AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Translate method.
0x00000001ScaleThe AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Scale method.
0x00000002RotateThe AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Rotate method.
Example
For an example, refer to AnnObject.GetTransformPoints.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.AnnTransformObjectOperation

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations Namespace

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)