Table of Contents

Method Inflate

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

Inflate(RectD, double, double)

Creates a RectD that is inflated by the specified amount.

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

Parameters

rect RectD
x double
y double

Returns

RectD

Inflate(double, double)

Inflates this RectD by the specified amount.

public void Inflate(double dx, double dy)

Parameters

dx double
dy double

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()