Table of Contents

Class SizeExtensions

Namespace
Fantas
Assembly
Fantas.dll

RectangleF extension methods

public static class SizeExtensions : Object
Inheritance
SizeExtensions

Methods

Inflate(Size, int, int)

Inflate size

public static Size Inflate(this Size size, int dx, int dy)

Parameters

size Size
dx int
dy int

Returns

Size

Inflate(SizeF, float, float)

Inflate size

public static SizeF Inflate(this SizeF size, float dx, float dy)

Parameters

size SizeF
dx float
dy float

Returns

SizeF