←Select platform

Create Method (LeadSizeDHelper)

Summary

Initializes a new LeadSizeD structure with explicit parameters.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.LeadSizeD Create(  
   double width, 
   double height 
) 
Public Shared Function Create( _ 
   ByVal width As Double, _ 
   ByVal height As Double _ 
) As Leadtools.LeadSizeD 
public static Leadtools.LeadSizeD Create(  
   double width, 
   double height 
) 
 function Leadtools.LeadSizeDHelper.Create(  
   width , 
   height  
) 
public: 
static Leadtools.LeadSizeD Create(  
   double width, 
   double height 
)  

Parameters

width
Specifies the width of the LeadSizeD structure.

height
Specifies the height of the LeadSizeD structure.

Return Value

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