Table of Contents

Method Inflate

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

Inflate(RectI, int, int)

Creates a RectI that is inflated by the specified amount.

public static RectI Inflate(RectI rect, int x, int y)

Parameters

rect RectI
x int
y int

Returns

RectI

Inflate(int, int)

Inflates this RectI by the specified amount.

public void Inflate(int nwidth, int nheight)

Parameters

nwidth int
nheight int

Inflate(SizeI)

Inflates this RectI by the specified amount.

public void Inflate(SizeI size)

Parameters

size SizeI