PsDocument.FillArc
PsDocument.FillArc method
Fills an arc.
public 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 PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page