LEADTOOLS (Leadtools assembly)

Create Method (LeadSizeHelper)

Show in webframe







Specifies the width of the LeadSize.
Specifies the height of the LeadSize.
Initializes a new LeadSize object 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 = LeadSizeHelper.Create(width, height)
public static LeadSize Create( 
   int width,
   int height
)

            

            
 function Leadtools.LeadSizeHelper.Create( 
   width ,
   height 
)
public:
static LeadSize Create( 
   int width,
   int height
) 

Parameters

width
Specifies the width of the LeadSize.
height
Specifies the height of the LeadSize.

Return Value

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

Target Platforms

See Also

Reference

LeadSizeHelper Class
LeadSizeHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.