Initializes a new instance of the AnnRectangle structure at the specified location and of the specified size.
public AnnRectangle(
AnnPoint location,
AnnSize size
)
Public Function New( _
ByVal location As Leadtools.Annotations.AnnPoint, _
ByVal size As Leadtools.Annotations.AnnSize _
)
public:
AnnRectangle(
Leadtools.Annotations.AnnPoint location,
Leadtools.Annotations.AnnSize size
)
location
An AnnPoint structure that represents the upper-left corner of the rectangular region.
size
An AnnSize structure that represents the width and height of the rectangular region.
The new rectangle will have the same units as location.
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