Arc.Arc
Arc constructor
Initializes a new instance of the Arc
class.
public Arc(float posX, float posY, float radius, float alpha, float beta)
Parameter | Type | Description |
---|---|---|
posX | Single | The x-coordinate of the center point of the arc. |
posY | Single | The y-coordinate of the center point of the arc. |
radius | Single | The radius value of the arc. |
alpha | Single | The beginning angle value of the arc. |
beta | Single | The end angle value of the arc. |
See Also
- class Arc
- namespace Aspose.Pdf.Drawing
- assembly Aspose.PDF