C#
VB
C++
Initializes a new instance of the AnnLength structure with the specified value and unit of measure.
Public Function New( _
ByVal value As Single, _
ByVal unit As Leadtools.Annotations.AnnUnit _
)
public:
AnnLength(
float value,
Leadtools.Annotations.AnnUnit unit
)
value
A single-precision floating point number that represents the length value.
unit
An AnnUnit structure specifying the unit of measure for this length.
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