Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TopRight Method (LeadRectHelper)








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

Parameters

rect
The rectangle object.

Return Value

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

Target Platforms

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

Error processing SSI file