RectangleProjectedShape

RectangleProjectedShape constructor (1 of 2)

Initializes a new instance of the RectangleProjectedShape class.

public RectangleProjectedShape()

See Also


RectangleProjectedShape constructor (2 of 2)

Initializes a new instance of the RectangleProjectedShape class.

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

See Also