←Select platform

Create Method

Summary

Initializes a new LeadSize structure with explicit parameters.

Syntax

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

Leadtools Assembly