PointShape
public enum PointShape
Shape of the points
case circle
case square
case roundSquare
-
Circle Shape
Declaration
Swift
case circle
-
Square Shape
Declaration
Swift
case square
-
Rounded Square Shape
Declaration
Swift
case roundSquare