Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TopRight Method (LeadRectDHelper)








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

Parameters

rect
The rectangle object.

Return Value

A LeadPointD that represents the top-right edge of this LeadRectD.
Requirements

Target Platforms

See Also

Reference

LeadRectDHelper Class
LeadRectDHelper Members

Error processing SSI file