Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LeadRectD Constructor(LeadSizeD)








The size that specifies the width and height of the rectangle.
Initializes a new instance of LeadRectD that is of the specified size and is located at (0,0).
Syntax
public LeadRectD( 
   LeadSizeD size
)
'Declaration
 
Public Function New( _
   ByVal size As LeadSizeD _
)
'Usage
 
Dim size As LeadSizeD
 
Dim instance As New LeadRectD(size)
public LeadRectD( 
   LeadSizeD size
)
public LeadRectD(LeadSizeD size)
function LeadRectD( 
   size 
)
public:
LeadRectD( 
   LeadSizeD size
)

Parameters

size
The size that specifies the width and height of the rectangle.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members
Overload List

Error processing SSI file