GdiGraphicsFillPie Method (Brush, Single, Single, Single, Single, Single, Single) |
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic void FillPie(
Brush brush,
float x,
float y,
float width,
float height,
float startAngle,
float sweepAngle
)
Parameters
- brush
- Type: System.DrawingBrush
- x
- Type: SystemSingle
- y
- Type: SystemSingle
- width
- Type: SystemSingle
- height
- Type: SystemSingle
- startAngle
- Type: SystemSingle
- sweepAngle
- Type: SystemSingle
Implements
IGraphicsFillPie(Brush, Single, Single, Single, Single, Single, Single)
See Also