LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnTransformObjectMode Enumeration

Show in webframe





Used with AnnObject.TransformObjectMode to determine how to transform the object when any of the object transformation methods (AnnObject.Translate, AnnObject.Rotate and AnnObject.Scale) is called.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum AnnTransformObjectMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AnnTransformObjectMode

            

            
[SerializableAttribute()]
public enum class AnnTransformObjectMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000AutoUse the AnnObject.Transform matrix. This is the default mode used by most objects. Objects that have their AnnObject.TransformObjectMode property set to Auto will support all transformations.
0x00000001PointsDo not use the AnnObject.Transform matrix. This is used by some objects that do not support all transformation operations. For example, the AnnEncryptObject does not support rotation, so it uses this mode to directly transform its bounding points.
0x00000002PointsAndRotate

This is similar to AnnTransformObjectMode.Auto, but the rotate control points (AnnObject.RotateGripper and AnnObject.RotateCenter are also transformed by the AnnObject.Transform matrix. This mode is used by ruler objects (AnnRulerObject, AnnPolyRulerObject, AnnCrossProductObject, and AnnProtractorObject).

For more information, refer to New Annotation Features of Version 14.5.

Example
For an example, refer to AnnObject.TransformObjectMode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.AnnTransformObjectMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations Namespace

 

 


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