Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Bottom Method (LeadRectDHelper)








The rectangle object.
Gets the y-coordinate of the bottom edge of this LeadRectD structure.
Syntax
public static double Bottom( 
   LeadRectD rect
)
'Declaration
 
Public Shared Function Bottom( _
   ByVal rect As LeadRectD _
) As Double
'Usage
 
Dim rect As LeadRectD
Dim value As Double
 
value = LeadRectDHelper.Bottom(rect)
public static double Bottom( 
   LeadRectD rect
)
 function Leadtools.LeadRectDHelper.Bottom( 
   rect 
)
public:
static double Bottom( 
   LeadRectD rect
) 

Parameters

rect
The rectangle object.

Return Value

The bottom edge of this LeadRectD.
Requirements

Target Platforms

See Also

Reference

LeadRectDHelper Class
LeadRectDHelper Members

Error processing SSI file