[]
        
(Showing Draft Content)

GrapeCity.Drawing.SizeInt.-ctor

SizeInt Constructor

SizeInt(int, int)

Initializes a new instance of the SizeInt class with the specified dimensions.

Declaration
public SizeInt(int width, int height)
Public Sub New(width As Integer, height As Integer)
Parameters
Type Name Description
int width

The width component of the new SizeInt.

int height

The height component of the new SizeInt.