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

Origin Property (AnnCrossProductObject)






Gets the logical origin of this AnnCrossProductObject.
Syntax
public override AnnPoint Origin {get;}
'Declaration
 
Public Overrides ReadOnly Property Origin As AnnPoint
'Usage
 
Dim instance As AnnCrossProductObject
Dim value As AnnPoint
 
value = instance.Origin
public override AnnPoint Origin {get;}
 get_Origin(); 
public:
property AnnPoint Origin {
   AnnPoint 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 an example, refer to AnnObject.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

AnnCrossProductObject Class
AnnCrossProductObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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