C#
VB
C++
Initializes a new instance of the AnnRectangle structure from a RectangleF.
public AnnRectangle(
RectangleF rect
)
Public Function New( _
ByVal rect As RectangleF _
)
public:
AnnRectangle(
RectangleF rect
)
rect
A RectangleF structure that uses floating-point numbers that represents the location and size of the new AnnRectangle.
The unit of measure will be set to the default (Pixel).
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