Method Single2
Single2()
Creates a 2D Single Shape with a center value of (0,0)
public static IImplicitShape<GridPoint2> Single2()
Returns
Single2(GridPoint2)
Creates a 2D Single Shape with a given center value.
public static IImplicitShape<GridPoint2> Single2(GridPoint2 point)
Parameters
point
GridPoint2Value for the center of the single shape.