LEADTOOLS (Leadtools assembly)

FromLTRB Method (LeadRectD)

Show in webframe







The x-coordinate of the top-left corner.
The y-coordinate of the top-left corner.
The x-coordinate of the bottom-right corner.
The y-coordinate of the bottom-right corner.
Creates a new instance of LeadRectD with the specified values top-left and bottom-right corner points.
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 = LeadRectD.FromLTRB(left, top, right, bottom)
public static LeadRectD FromLTRB( 
   double left,
   double top,
   double right,
   double bottom
)

            

            
 function Leadtools.LeadRectD.FromLTRB( 
   left ,
   top ,
   right ,
   bottom 
)
public:
static LeadRectD FromLTRB( 
   double left,
   double top,
   double right,
   double bottom
) 

Parameters

left
The x-coordinate of the top-left corner.
top
The y-coordinate of the top-left corner.
right
The x-coordinate of the bottom-right corner.
bottom
The y-coordinate of the bottom-right corner.
Remarks
The object this method creates.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

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