Device.FillRoundRect

Device.FillRoundRect method

Fills a round rectangle.

public virtual void FillRoundRect(double x, double y, double width, double height, double arcWidth, 
    double arcHeight)
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.
arcWidthDoubleA width of circumscribed rectangle of the arc that rounds an angle of the rectangle.
arcHeightDoubleA height of circumscribed rectangle of the arc that rounds an angle of the rectangle.

See Also