←Select platform

Create Method

Summary

Initializes a new LeadSize structure with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
public static LeadSize Create( 
   int width, 
   int height 
) 
Public Shared Function Create( _ 
   ByVal width As Integer, _ 
   ByVal height As Integer _ 
) As LeadSize 
LeadSize LeadSizeMake(NSInteger width, NSInteger height) 
public static LeadSize create(int width, int height) 
public: 
static LeadSize Create(  
   int width, 
   int 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly