←Select platform

LeadSize Constructor

Summary

Initializes a new LeadSize structure object with explicit parameters.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly