Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

AnnPoint Constructor(PointF)






A PointF that specifies the coordinates for the new AnnPoint.
Initializes a new instance of the AnnPoint structure from a PointF.
Syntax
public AnnPoint( 
   PointF pt
)
'Declaration
 
Public Function New( _
   ByVal pt As PointF _
)
'Usage
 
Dim pt As PointF
 
Dim instance As New AnnPoint(pt)

            

            
public:
AnnPoint( 
   PointF pt
)

Parameters

pt
A PointF that specifies the coordinates for the new AnnPoint.
Remarks
Unit will be set to the default (Pixel).
Requirements

Target Platforms

See Also

Reference

AnnPoint Structure
AnnPoint Members
Overload List

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)