Table of Contents

Method Inflate

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

Inflate(RectInt32, int, int)

public static RectInt32 Inflate(RectInt32 rect, int dx, int dy)

Parameters

rect RectInt32
dx int
dy int

Returns

RectInt32

Inflate(RectInt32, int, int, int, int)

public static RectInt32 Inflate(RectInt32 rect, int left, int top, int right, int bottom)

Parameters

rect RectInt32
left int
top int
right int
bottom int

Returns

RectInt32

Inflate(int, int)

public void Inflate(int dx, int dy)

Parameters

dx int
dy int