LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Origin Property (AnnProtractorObject)






Gets the logical origin of this AnnProtractorObject. .NET support Silverlight support
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 override Point Origin {get;}
 get_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: 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

AnnProtractorObject Class
AnnProtractorObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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