LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

FromLTRB Method (LeadRectHelper)






The x-coordinate of the upper-left corner of the LeadRect.
The y-coordinate of the upper-left corner of the LeadRect.
The x-coordinate of the lower-right corner of the LeadRect.
The y-coordinate of the lower-right corner of the LeadRect.
Returns a LeadRect structure with the specified edge locations. .NET support WinRT support
Syntax
public static LeadRect FromLTRB( 
   int left,
   int top,
   int right,
   int bottom
)
'Declaration
 
Public Shared Function FromLTRB( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
) As LeadRect
'Usage
 
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
Dim value As LeadRect
 
value = LeadRectHelper.FromLTRB(left, top, right, bottom)
public static LeadRect FromLTRB( 
   int left,
   int top,
   int right,
   int bottom
)
 function Leadtools.LeadRectHelper.FromLTRB( 
   left ,
   top ,
   right ,
   bottom 
)
public:
static LeadRect FromLTRB( 
   int left,
   int top,
   int right,
   int bottom
) 

Parameters

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.