LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Origin Property (AnnObject)






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 AnnPoint Origin {get;}
 get_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: 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

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.