MobileForms Toolkit Documentation

GraphicsEx.FillPie Method

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

Overload List

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

public static void FillPie(Graphics,Brush,Rectangle,float,float);

Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.

public static void FillPie(Graphics,Brush,int,int,int,int,int,int);

Fills the interior or exterior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.

public static void FillPie(Graphics,Brush,int,int,int,int,int,int,bool);

Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.

public static void FillPie(Graphics,Brush,float,float,float,float,float,float);

Fills the interior or exterior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.

public static void FillPie(Graphics,Brush,float,float,float,float,float,float,bool);

See Also

GraphicsEx Class | Resco.Drawing Namespace