←Select platform

Create Method

Summary
Initializes a new LeadSize structure with explicit parameters.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadSize Create( 
   int width, 
   int height 
) 
LeadSize LeadSizeMake(NSInteger width, NSInteger height) 
public static LeadSize create( 
   int width, 
   int height 
); 
public: 
static LeadSize Create(  
   int width, 
   int height 
)  
def Create(self,width,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

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

Leadtools Assembly

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