C#
VB
C++
Initializes a new instance of the AnnRectangle structure from a RectangleF structure and a unit of measure.
public AnnRectangle(
RectangleF rect,
AnnUnit unit
)
Public Function New( _
ByVal rect As RectangleF, _
ByVal unit As Leadtools.Annotations.AnnUnit _
)
public:
AnnRectangle(
RectangleF rect,
Leadtools.Annotations.AnnUnit unit
)
rect
A RectangleF structure that uses floating-point numbers that represents the location and size of the new AnnRectangle structure.
unit
An AnnUnit value specifying the unit of measure to be used.
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