C#
VB
Java
Objective-C
C++
Creates a new instance of LeadRectD with the specified values top-left and bottom-right corner points.
Public Shared Function FromLTRB( _
ByVal left As Double, _
ByVal top As Double, _
ByVal right As Double, _
ByVal bottom As Double _
) As Leadtools.LeadRectD
public:
static Leadtools.LeadRectD FromLTRB(
double left,
double top,
double right,
double bottom
)
left
The x-coordinate of the top-left corner.
top
The y-coordinate of the top-left corner.
right
The x-coordinate of the bottom-right corner.
bottom
The y-coordinate of the bottom-right corner.
The object 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