LEADTOOLS Annotations (Leadtools.Annotations assembly)

Origin Property (AnnObject)

Show in webframe





Gets the logical origin of this AnnObject.
Syntax
public virtual AnnPoint Origin {get;}
'Declaration
 
Public Overridable ReadOnly Property Origin As AnnPoint
'Usage
 
Dim instance As AnnObject
Dim value As AnnPoint
 
value = instance.Origin

            

            
public:
virtual property AnnPoint Origin {
   AnnPoint get();
}

Property Value

The logical origin of this AnnObject.
Remarks
This method returns the logical origin of this AnnObject. This value is calculated by returning the origin of the BoundingRectangle value. You can use this origin to Rotate or Scale this object around itself.

For more information, refer to Low-Level Coordinate System for Annotations.

Example
For an example, refer to Transform.
Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

 

 


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