Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Create Method (LeadSize)








Specifies the width of the LeadSize structure. Must be a value greater than or equal to 0.
Specifies the height of the LeadSize structure. Must be a value greater than or equal to 0.
Initializes a new LeadSize structure with explicit parameters.
Syntax
public static LeadSize Create( 
   int width,
   int height
)
'Declaration
 
Public Shared Function Create( _
   ByVal width As Integer, _
   ByVal height As Integer _
) As LeadSize
'Usage
 
Dim width As Integer
Dim height As Integer
Dim value As LeadSize
 
value = LeadSize.Create(width, height)
public static LeadSize Create( 
   int width,
   int height
)
LeadSize LeadSizeMake(NSInteger width, NSInteger height)
public static LeadSize create(int width, int height)
 function Leadtools.LeadSize.Create( 
   width ,
   height 
)
public:
static LeadSize Create( 
   int width,
   int height
) 

Parameters

width
Specifies the width of the LeadSize structure. Must be a value greater than or equal to 0.
height
Specifies the height of the LeadSize structure. Must be a value greater than or equal to 0.

Return Value

A LeadSize structure with the Width set to width and the Height set to height.
Requirements

Target Platforms

See Also

Reference

LeadSize Structure
LeadSize Members

Error processing SSI file