Table of Contents

Property Points

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Points

Gets all the points that this bounds contains.

public abstract IEnumerable<TPoint> Points { get; }

Property Value

IEnumerable<TPoint>

The points contained in this bounds.