Table of Contents

Constructor RectI

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

RectI(int, int, int, int)

Initializes a new instance of the RectI class with the specified location and size.

public RectI(int x, int y, int width, int height)

Parameters

x int
y int
width int
height int

RectI(PointI, SizeI)

Initializes a new instance of the Rectangle class with the specified location and size.

public RectI(PointI location, SizeI size)

Parameters

location PointI
size SizeI