Skip to main content
All docs
V25.1
  • DXGraphics.FillPie(DXBrush, Rectangle, Single, Single) Method

    Fills the interior of the pie shape.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void FillPie(
        DXBrush brush,
        Rectangle bounds,
        float startAngle,
        float sweepAngle
    )

    Parameters

    Name Type Description
    brush DXBrush

    The brush used to fill the pie shape.

    bounds Rectangle

    An area where you can draw a pie shape.

    startAngle Single

    Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.

    sweepAngle Single

    Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.

    See Also