←Select platform

Create Method (LeadSizeHelper)

Summary

Initializes a new LeadSize object with explicit parameters.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.LeadSize Create(  
   int width, 
   int height 
) 
Public Shared Function Create( _ 
   ByVal width As Integer, _ 
   ByVal height As Integer _ 
) As Leadtools.LeadSize 
public static Leadtools.LeadSize Create(  
   int width, 
   int height 
) 
 function Leadtools.LeadSizeHelper.Create(  
   width , 
   height  
) 
public: 
static Leadtools.LeadSize Create(  
   int width, 
   int height 
)  

Parameters

width
Specifies the width of the LeadSize.

height
Specifies the height of the LeadSize.

Return Value

A LeadSize object with LeadSize.Width set to width and LeadSize.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