RectangleShape.RectangleShape

RectangleShape()

Initializes a new instance of the RectangleShape class.

public RectangleShape()

See Also


RectangleShape(RectangleF)

Initializes a new instance of the RectangleShape class.

public RectangleShape(RectangleF rectangle)
ParameterTypeDescription
rectangleRectangleFThe rectangle.

See Also