Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Create Method (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.
Creates a new instance of LeadSizeD with the specified values.
Syntax
public static LeadSizeD Create( 
   double width,
   double height
)
'Declaration
 
Public Shared Function Create( _
   ByVal width As Double, _
   ByVal height As Double _
) As LeadSizeD
'Usage
 
Dim width As Double
Dim height As Double
Dim value As LeadSizeD
 
value = LeadSizeD.Create(width, height)
public static LeadSizeD Create( 
   double width,
   double height
)
LeadSizeD LeadSizeDMake(double width, double height)
public static LeadSizeD create(double width, double height)
 function Leadtools.LeadSizeD.Create( 
   width ,
   height 
)
public:
static LeadSizeD Create( 
   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.
Remarks
The object this method creates.
Requirements

Target Platforms

See Also

Reference

LeadSizeD Structure
LeadSizeD Members

Error processing SSI file