Method Parallelogram
Parallelogram(GridPoint2)
Creates a new axis-aligned parallelogram shape.
public static IExplicitShape<GridPoint2> Parallelogram(GridPoint2 dimensions)
Parameters
dimensions
GridPoint2The dimensions of the parallelogram to create
Returns
Remarks
For rect grids, this will be a rectangle. For hex grids, this will be a parallelogram with one corner 60 degrees. For polar grids, this will be a ring.