←Select platform

LeadSize Constructor

Summary

Initializes a new LeadSize structure object with explicit parameters.

Syntax
C#
VB
C++
Java
public LeadSize( 
   int width, 
   int height 
) 
Public Function New( _ 
   ByVal width As Integer, _ 
   ByVal height As Integer _ 
) 
public LeadSize(int width, int height) 
public: 
LeadSize(  
   int width, 
   int height 
) 

Parameters

width
Specifies the width of the LeadSize.

height
Specifies the height of the LeadSize.

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