Leadtools.Annotations Namespace : AnnTransformObjectMode Enumeration |
[SerializableAttribute()] public enum AnnTransformObjectMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum AnnTransformObjectMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AnnTransformObjectMode
[SerializableAttribute()] public enum AnnTransformObjectMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Annotations.AnnTransformObjectMode = function() { }; Leadtools.Annotations.AnnTransformObjectMode.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class AnnTransformObjectMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Auto | Use 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. |
Points | Do 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. |
PointsAndRotate | 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnTransformObjectMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2