LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnPoint Constructor(PointF,AnnUnit)

Show in webframe





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
)

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

See Also

Reference

AnnPoint Structure
AnnPoint Members
Overload List

 

 


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