Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Size Method (LeadRectDHelper)








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

Parameters

rect
The rectangle object.

Return Value

The width and height of this LeadRectD.
Requirements

Target Platforms

See Also

Reference

LeadRectDHelper Class
LeadRectDHelper Members

Error processing SSI file