LEADTOOLS (Leadtools assembly)

FromLTRB Method (LeadRectHelper)

Show in webframe







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

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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