LEADTOOLS (Leadtools assembly)

Create Method (LeadSizeDHelper)

Show in webframe







Specifies the width of the LeadSizeD structure.
Specifies the height of the LeadSizeD structure.
Initializes a new LeadSizeD structure with explicit parameters.
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 = LeadSizeDHelper.Create(width, height)
public static LeadSizeD Create( 
   double width,
   double height
)

            

            
 function Leadtools.LeadSizeDHelper.Create( 
   width ,
   height 
)
public:
static LeadSizeD Create( 
   double width,
   double height
) 

Parameters

width
Specifies the width of the LeadSizeD structure.
height
Specifies the height of the LeadSizeD structure.

Return Value

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

Target Platforms

See Also

Reference

LeadSizeDHelper Class
LeadSizeDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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