GraphicsFillPie Method (Brush, RectangleF, Single, Single) |
Fills a pie with the specified brush
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void FillPie(
Brush brush,
RectangleF rectangle,
float startAngle,
float sweepAngle
)
Public Sub FillPie (
brush As Brush,
rectangle As RectangleF,
startAngle As Single,
sweepAngle As Single
)
member FillPie :
brush : Brush *
rectangle : RectangleF *
startAngle : float32 *
sweepAngle : float32 -> unit
Parameters
- brush
- Type: Eto.DrawingBrush
Brush to fill the pie - rectangle
- Type: Eto.DrawingRectangleF
Location of the pie - startAngle
- Type: SystemSingle
Elliptical (skewed) angle in degrees from the x-axis to the starting point of the pie - sweepAngle
- Type: SystemSingle
Angle in degrees from the startAngle to the ending point of the pie
See Also