Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

BottomRight Method (LeadRectHelper)








The rectangle object.
Gets a LeadPointD that represents the bottom-right edge of this LeadRect.
Syntax
public static LeadPoint BottomRight( 
   LeadRect rect
)
'Declaration
 
Public Shared Function BottomRight( _
   ByVal rect As LeadRect _
) As LeadPoint
'Usage
 
Dim rect As LeadRect
Dim value As LeadPoint
 
value = LeadRectHelper.BottomRight(rect)
public static LeadPoint BottomRight( 
   LeadRect rect
)
 function Leadtools.LeadRectHelper.BottomRight( 
   rect 
)
public:
static LeadPoint BottomRight( 
   LeadRect rect
) 

Parameters

rect
The rectangle object.

Return Value

A LeadPointD that represents the bottom-right edge of this LeadRect.
Requirements

Target Platforms

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

Error processing SSI file