LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnTransformObjectOperation Enumeration

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.