Device.FillArc
Device.FillArc method
Fills an arc.
public virtual void FillArc(double x, double y, double width, double height, double startAngle,
double arcAngle)
Parameter | Type | Description |
---|---|---|
x | Double | X coordinate of center of the arc. |
y | Double | Y coordinate of center of the arc. |
width | Double | A width of circumscribed rectangle. |
height | Double | A height of circumscribed rectangle. |
startAngle | Double | A start angle of the arc. |
arcAngle | Double | An angle of the arc. |
See Also
- class Device
- namespace Aspose.Page
- assembly Aspose.Page