C#
VB
WinRT C#
C++
Returns a LeadRect structure with the specified edge locations.
public static Leadtools.LeadRect FromLTRB(
int left,
int top,
int right,
int bottom
)
Public Shared Function FromLTRB( _
ByVal left As Integer, _
ByVal top As Integer, _
ByVal right As Integer, _
ByVal bottom As Integer _
) As Leadtools.LeadRect
public static Leadtools.LeadRect FromLTRB(
int left,
int top,
int right,
int bottom
)
function Leadtools.LeadRectHelper.FromLTRB(
left ,
top ,
right ,
bottom
)
public:
static Leadtools.LeadRect FromLTRB(
int left,
int top,
int right,
int bottom
)
left
The x-coordinate of the upper-left corner of the LeadRect.
top
The y-coordinate of the upper-left corner of the LeadRect.
right
The x-coordinate of the lower-right corner of the LeadRect.
bottom
The y-coordinate of the lower-right corner of the LeadRect.
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