RectangleShape.RectangleShape

RectangleShape()

Constructor of RectangleShape

public RectangleShape()

See Also


RectangleShape(double, double)

Constructor of RectangleShape with specified dimension on x and y axis.

public RectangleShape(double xdim, double ydim)

See Also