C#
VB
WinRT C#
C++
Returns a LeadRectD structure with the specified edge locations.
public static Leadtools.LeadRectD FromLTRB(
double left,
double top,
double right,
double bottom
)
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
)
function Leadtools.LeadRectDHelper.FromLTRB(
left ,
top ,
right ,
bottom
)
public:
static Leadtools.LeadRectD FromLTRB(
double left,
double top,
double right,
double bottom
)
left
The x-coordinate of the upper-left corner of the LeadRectD.
top
The y-coordinate of the upper-left corner of the LeadRectD.
right
The x-coordinate of the lower-right corner of the LeadRectD.
bottom
The y-coordinate of the lower-right corner of the LeadRectD.
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