Table of Contents

Method Inflate

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

Inflate(RectInt64, long, long)

public static RectInt64 Inflate(RectInt64 rect, long dx, long dy)

Parameters

rect RectInt64
dx long
dy long

Returns

RectInt64

Inflate(RectInt64, long, long, long, long)

public static RectInt64 Inflate(RectInt64 rect, long left, long top, long right, long bottom)

Parameters

rect RectInt64
left long
top long
right long
bottom long

Returns

RectInt64

Inflate(long, long)

public void Inflate(long dx, long dy)

Parameters

dx long
dy long