LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

FromLTRB Method (LeadRectDHelper)






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

Parameters

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

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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