Device.DrawRect

Device.DrawRect method

Draws a rectangle.

public virtual void DrawRect(double x, double y, double width, double height)
ParameterTypeDescription
xDoubleX coordinate of upper left corner of the rectangle.
yDoubleY coordinate of upper left corner of the rectangle.
widthDoubleA width of the rectangle.
heightDoubleA height of the rectangle.

See Also