C#
VB
C++
Initializes a new instance of the AnnPoint structure from a PointF structure and a unit of measure.
Public Function New( _
ByVal pt As PointF, _
ByVal unit As Leadtools.Annotations.AnnUnit _
)
public:
AnnPoint(
PointF pt,
Leadtools.Annotations.AnnUnit unit
)
pt
A PointF structure that specifies the coordinates for the new AnnPoint.
unit
An AnnUnit value specifying the unit of measure for this point.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET