RectangleProjectedShape.RectangleProjectedShape

RectangleProjectedShape()

Initializes a new instance of the RectangleProjectedShape class.

public RectangleProjectedShape()

See Also


RectangleProjectedShape(RectangleF)

Initializes a new instance of the RectangleProjectedShape class.

public RectangleProjectedShape(RectangleF rectangle)
ParameterTypeDescription
rectangleRectangleFThe rectangle to initialize from.

See Also