LEADTOOLS Annotations (Leadtools.Annotations assembly)

Origin Property (AnnProtractorObject)

Show in webframe





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

            

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

Property Value

The logical origin of this AnnProtractorObject.
Remarks
This method returns the logical origin of this AnnProtractorObject. The AnnProtractorObject object overrides this value to return the coordinates of the CenterPoint. You can use this origin to Rotate or Scale this object around itself.
Example
For an example, refer to Transform.
Requirements

Target Platforms

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members

 

 


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