[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Graphics.FillPie

FillPie Method

FillPie(Brush, Rectangle, float, float)

Fill the special pie on current Grapchis by using special brush

Declaration
public void FillPie(Brush brush, Rectangle rectangle, float startAngle, float sweepAngle)
Parameters
Type Name Description
Brush brush

A Brush object used to fill the pie.

Rectangle rectangle

A Rectangle structure that defines the boundaries of the pie.

float startAngle

A float value that defines the start angle of the pie.

float sweepAngle

A float value that defines the sweep angle of the pie.

Remarks

The curve begins at the point where the ellipse intersects the first radial and extends counterclockwise to the point where the ellipse intersects the second radial.

Exceptions
Type Condition
SystemErrorException