Table of Contents

Constructor SizeI

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

SizeI(PointI)

Initializes a new instance of the SizeI class from the specified PointI.

public SizeI(PointI pt)

Parameters

pt PointI

SizeI(int, int)

Initializes a new instance of the SizeI class from the specified dimensions.

public SizeI(int width, int height)

Parameters

width int
height int

SizeI(int)

Initializes a new instance of the SizeI struct with equal width and height.

public SizeI(int size)

Parameters

size int

Width and Height value.