Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SizeInt Structure / SizeInt Constructor
The width component of the new SizeInt.
The height component of the new SizeInt.


In This Topic
SizeInt Constructor
In This Topic
Initializes a new instance of the SizeInt class with the specified dimensions.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer _
)
 
'Usage
 
Dim width As Integer
Dim height As Integer
 
Dim instance As New SizeInt(width, height)

Parameters

width
The width component of the new SizeInt.
height
The height component of the new SizeInt.
See Also