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 deltaWidth, int deltaHeight)

Parameters

deltaWidth int
deltaHeight int

Inflate(SizeI)

Inflates this RectI by the specified amount.

public void Inflate(SizeI size)

Parameters

size SizeI