C#
VB
C++
Initializes a new instance of the AnnSize structure from the specified dimensions and unit.
Public Function New( _
ByVal width As Single, _
ByVal height As Single, _
ByVal unit As Leadtools.Annotations.AnnUnit _
)
public:
AnnSize(
float width,
float height,
Leadtools.Annotations.AnnUnit unit
)
width
The width component of the new AnnSize structure.
height
The height component of the new AnnSize structure.
unit
An AnnUnit structure specifying the unit of measure.
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