Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Size Method (LeadRectHelper)








The rectangle object.
Gets or sets the size of this LeadRect.
Syntax
public static LeadSize Size( 
   LeadRect rect
)
'Declaration
 
Public Shared Function Size( _
   ByVal rect As LeadRect _
) As LeadSize
'Usage
 
Dim rect As LeadRect
Dim value As LeadSize
 
value = LeadRectHelper.Size(rect)
public static LeadSize Size( 
   LeadRect rect
)
 function Leadtools.LeadRectHelper.Size( 
   rect 
)
public:
static LeadSize Size( 
   LeadRect rect
) 

Parameters

rect
The rectangle object.

Return Value

The width and height of this LeadRect.
Requirements

Target Platforms

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

Error processing SSI file