Skip to main content

GraphicsCache.FillPie(Brush, Rectangle, Single, Single) Method

Fills the interior of a pie section defined by an ellipse specified by a Rectangle structure and two radial lines.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void FillPie(
    Brush brush,
    Rectangle rect,
    float startAngle,
    float sweepAngle
)

Parameters

Name Type Description
brush Brush

Brush that determines the characteristics of the fill.

rect Rectangle

Rectangle structure that represents the bounding rectangle that defines the ellipse from which the pie section comes.

startAngle Single

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

sweepAngle Single

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

See Also