Device.FillArc

Device.FillArc method

Fills an arc.

public virtual void FillArc(double x, double y, double width, double height, double startAngle, 
    double arcAngle)
ParameterTypeDescription
xDoubleX coordinate of center of the arc.
yDoubleY coordinate of center of the arc.
widthDoubleA width of circumscribed rectangle.
heightDoubleA height of circumscribed rectangle.
startAngleDoubleA start angle of the arc.
arcAngleDoubleAn angle of the arc.

See Also