LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Origin Property (AnnProtractorObject)

Show in webframe





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

            

            
public:
property Point Origin {
   Point 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 C#/VB examples, refer to Origin.

Requirements

Target Platforms

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members

 

 


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