Table of Contents

Constructor AbstractBounds

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

AbstractBounds(TPoint, TPoint)

Initializes a new instance of the AbstractBounds<TPoint> class.

protected AbstractBounds(TPoint point, TPoint size)

Parameters

point TPoint

The position of the bounds.

size TPoint

The size of the bounds.