Table of Contents

Method Inflate

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

Inflate(RectD, float, float)

Creates a RectD that is inflated by the specified amount.

public static RectD Inflate(RectD rect, float x, float y)

Parameters

rect RectD
x float
y float

Returns

RectD

Inflate(float, float)

Inflates this RectD by the specified amount.

public void Inflate(float dx, float dy)

Parameters

dx float
dy float

Inflate(SizeD)

Inflates this RectD by the specified amount.

public void Inflate(SizeD size)

Parameters

size SizeD

Inflate()

Inflates this RectD by 1. X and Y are decremented by 1, Width and Height are incremented by 2.

public void Inflate()