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
