LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create Method (LeadSizeDHelper)






Specifies the width of the LeadSizeD structure.
Specifies the height of the LeadSizeD structure.
Initializes a new LeadSizeD structure with explicit parameters. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadSizeDHelper Class
LeadSizeDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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