LEADTOOLS Annotations (Leadtools.Annotations assembly)

RotateCenterControlPoint Property (AnnEditDesigner)

Show in webframe





Gets or sets the AnnControlPoint object for the rotate center control point for this AnnEditDesigner.
Syntax
public virtual AnnControlPoint RotateCenterControlPoint {get; set;}
'Declaration
 
Public Overridable Property RotateCenterControlPoint As AnnControlPoint
'Usage
 
Dim instance As AnnEditDesigner
Dim value As AnnControlPoint
 
instance.RotateCenterControlPoint = value
 
value = instance.RotateCenterControlPoint

            

            
public:
virtual property AnnControlPoint^ RotateCenterControlPoint {
   AnnControlPoint^ get();
   void set (    AnnControlPoint^ value);
}

Property Value

The AnnControlPoint object used for displaying the rotate center control point for this AnnEditDesigner.
Remarks
For more information, refer to New Annotation Features of Version 14.5.
Example
For an example, refer to RotateGripperControlPoint.
Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


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