Circle.Circle
Circle constructor
Initializes a new instance of the Circle
class.
public Circle(float posX, float posY, float radius)
Parameter | Type | Description |
---|---|---|
posX | Single | The x-coordinate of the center of the circle. |
posY | Single | The y-coordinate of the center of the circle. |
radius | Single | The radius of the circle. |
See Also
- class Circle
- namespace Aspose.Pdf.Drawing
- assembly Aspose.PDF