Re.Re

Re()

Initializes operator.

public Re()

See Also


Re(double, double, double, double)

Initializes operator.

public Re(double x, double y, double width, double height)
ParameterTypeDescription
xDoubleThe x-coordinate of the bottom-left corner of the rectangle.
yDoubleThe y-coordinate of the bottom-left corner of the rectangle.
widthDoubleThe width of the rectangle.
heightDoubleThe height of the rectangle.

See Also