LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LeadSize Constructor
See Also 
Leadtools Namespace > LeadSize Structure : LeadSize Constructor



width
Specifies the width of the LeadSize.
height
Specifies the height of the LeadSize.
Initializes a new LeadSize structure object with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer _
)
Visual Basic (Usage)Copy Code
Dim width As Integer
Dim height As Integer
 
Dim instance As New LeadSize(width, height)
C# 
public LeadSize( 
   int width,
   int height
)
C++/CLI 
public:
LeadSize( 
   int width,
   int height
)

Parameters

width
Specifies the width of the LeadSize.
height
Specifies the height of the LeadSize.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also