Table of Contents

Method Expand

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Expand(double, double)

Returns a new rectangle expanded by the specified amounts in both directions.

public Rectangle Expand(double dx, double dy)

Parameters

dx double

The horizontal amount to expand on each side.

dy double

The vertical amount to expand on each side.

Returns

Rectangle

A new Rectangle that is larger by dx and dy on each side.