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

AnnPoint Constructor(Single,Single,AnnUnit)






The horizontal position of the point.
The vertical position of the point.
An AnnUnit value specifying the unit of measure for this point.
Initializes a new instance of the AnnPoint structure with the specified coordinates and unit of measure.
Syntax
public AnnPoint( 
   float x,
   float y,
   AnnUnit unit
)
'Declaration
 
Public Function New( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal unit As AnnUnit _
)
'Usage
 
Dim x As Single
Dim y As Single
Dim unit As AnnUnit
 
Dim instance As New AnnPoint(x, y, unit)
public AnnPoint( 
   float x,
   float y,
   AnnUnit unit
)
function AnnPoint( 
   x ,
   y ,
   unit 
)
public:
AnnPoint( 
   float x,
   float y,
   AnnUnit unit
)

Parameters

x
The horizontal position of the point.
y
The vertical position of the point.
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.