C#
VB
C++
Initializes a new instance of the AnnPoint structure with the specified coordinates and unit of measure.
Public Function New( _
ByVal x As Single, _
ByVal y As Single, _
ByVal unit As Leadtools.Annotations.AnnUnit _
)
public:
AnnPoint(
float x,
float y,
Leadtools.Annotations.AnnUnit unit
)
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.
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