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

Origin Property (AnnCrossProductObject)

Show in webframe





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

            

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

Property Value

The logical origin of this AnnCrossProductObject.
Remarks
This method returns the logical origin of this AnnCrossProductObject. The AnnCrossProductObject object overrides this value to return the coordinates of the IntersectionPoint. You can use this origin to AnnObject.Rotate or AnnObject.Scale this object around itself.
Example

For C#/VB examples, refer to AnnObject.Origin.

Requirements

Target Platforms

See Also

Reference

AnnCrossProductObject Class
AnnCrossProductObject Members

 

 


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