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

AnnPoint Constructor(PointF,AnnUnit)






A PointF structure that specifies the coordinates for the new AnnPoint.
An AnnUnit value specifying the unit of measure for this point.
Initializes a new instance of the AnnPoint structure from a PointF structure and a unit of measure.
Syntax
public AnnPoint( 
   PointF pt,
   AnnUnit unit
)
'Declaration
 
Public Function New( _
   ByVal pt As PointF, _
   ByVal unit As AnnUnit _
)
'Usage
 
Dim pt As PointF
Dim unit As AnnUnit
 
Dim instance As New AnnPoint(pt, unit)
public AnnPoint( 
   PointF pt,
   AnnUnit unit
)
function AnnPoint( 
   pt ,
   unit 
)
public:
AnnPoint( 
   PointF pt,
   AnnUnit unit
)

Parameters

pt
A PointF structure that specifies the coordinates for the new AnnPoint.
unit
An AnnUnit value specifying the unit of measure for this point.
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

AnnPoint Structure
AnnPoint Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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