Creates a AnnRectangle structure with the specified upper-left corner and lower-right corner and the specified unit of measure.
public static AnnRectangle FromLTRB(
float left,
float top,
float right,
float bottom,
AnnUnit unit
)
Public Overloads Shared Function FromLTRB( _
ByVal left As Single, _
ByVal top As Single, _
ByVal right As Single, _
ByVal bottom As Single, _
ByVal unit As Leadtools.Annotations.AnnUnit _
) As Leadtools.Annotations.AnnRectangle
public:
static Leadtools.Annotations.AnnRectangle FromLTRB(
float left,
float top,
float right,
float bottom,
Leadtools.Annotations.AnnUnit unit
)
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.
unit
The AnnUnit value indicating the unit of measure for the rectangle.
The new AnnRectangle that this method creates.
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