Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LeadSizeD Constructor (LeadSizeD)








The width value. Must be a value greater than or equal to 0.
The height value. Must be a value greater than or equal to 0.
Initializes a new instance of LeadSizeD with the specified values.
Syntax
public LeadSizeD( 
   double width,
   double height
)
'Declaration
 
Public Function New( _
   ByVal width As Double, _
   ByVal height As Double _
)
'Usage
 
Dim width As Double
Dim height As Double
 
Dim instance As New LeadSizeD(width, height)
public LeadSizeD( 
   double width,
   double height
)
public LeadSizeD(double width, double height)
function LeadSizeD( 
   width ,
   height 
)
public:
LeadSizeD( 
   double width,
   double height
)

Parameters

width
The width value. Must be a value greater than or equal to 0.
height
The height value. Must be a value greater than or equal to 0.
Requirements

Target Platforms

See Also

Reference

LeadSizeD Structure
LeadSizeD Members

Error processing SSI file