←Select platform

AnnTransformObjectOperation Enumeration

Summary

Used with AnnObject.GetTransformPoints and AnnObject.SetTransformPoints methods to determine what transformation operation is to be performed on the points.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum AnnTransformObjectOperation 
  
<SerializableAttribute()> 
Public Enum AnnTransformObjectOperation  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[SerializableAttribute()] 
public enum class AnnTransformObjectOperation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0TranslateThe AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Translate method.
1ScaleThe AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Scale method.
2RotateThe AnnObject.GetTransformPoints or AnnObject.SetTransformPoints method is called as a result of calling AnnObject.Rotate method.
Example

For an example, refer to AnnObject.GetTransformPoints.

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly