←Select platform

LeadSize Constructor(int,int)

Summary

Initializes a new instance of the LeadSize structure from the specified dimension.

Syntax

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

Parameters

width
The width component of the new LeadSize structure in pixels.

height
The height component of the new LeadSize structure in pixels.

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.Services.DataContracts Assembly