Creates a AnnRectangle structure with the upper-left corner and the lower-right corner at the specified locations.
public static AnnRectangle FromLTRB(float left,float top,float right,float bottom)
Public Overloads Shared Function FromLTRB( _ByVal left As Single, _ByVal top As Single, _ByVal right As Single, _ByVal bottom As Single _) As Leadtools.Annotations.AnnRectangle
public:static Leadtools.Annotations.AnnRectangle FromLTRB(float left,float top,float right,float bottom)
left
The x-coordinate of the upper-left corner of the rectangular region.
top
The y-coordinate of the upper-left corner of the rectangular region.
right
The x-coordinate of the lower-right corner of the rectangular region.
bottom
The y-coordinate of the lower-right corner of the rectangular region.
The new AnnRectangle structure that this method creates.
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
