'Declaration Public Function New( _ ByVal width As Integer, _ ByVal height As Integer _ )
'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)
'Usage
Dim width As Integer Dim height As Integer Dim instance As New SizeInt(width, height)
public SizeInt( int width, int height )
SizeInt Structure SizeInt Members