←Select platform

Create Method

Summary
Creates a new instance of LeadSizeD with the specified values.
Syntax
C#
VB
Objective-C
C++
Java
public static LeadSizeD Create( 
   double width, 
   double height 
) 
Public Shared Function Create( _ 
   ByVal width As Double, _ 
   ByVal height As Double _ 
) As LeadSizeD 
LeadSizeD LeadSizeDMake(double width, double height) 
public static LeadSizeD create(double width, double 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.