ArcShape
Contents
[
Hide
]
ArcShape constructor (1 of 3)
Initializes a new instance of the ArcShape
class.
public ArcShape()
See Also
- class ArcShape
- namespace Aspose.PSD.Shapes
- assembly Aspose.PSD
ArcShape constructor (2 of 3)
Initializes a new instance of the ArcShape
class.
public ArcShape(RectangleF rectangle, float startAngle, float sweepAngle)
Parameter | Type | Description |
---|---|---|
rectangle | RectangleF | The rectangle. |
startAngle | Single | The start angle. |
sweepAngle | Single | The sweep angle. |
See Also
- struct RectangleF
- class ArcShape
- namespace Aspose.PSD.Shapes
- assembly Aspose.PSD
ArcShape constructor (3 of 3)
Initializes a new instance of the ArcShape
class.
public ArcShape(RectangleF rectangle, float startAngle, float sweepAngle, bool isClosed)
Parameter | Type | Description |
---|---|---|
rectangle | RectangleF | The rectangle. |
startAngle | Single | The start angle. |
sweepAngle | Single | The sweep angle. |
isClosed | Boolean | If set to true the arc is closed. The closed arc is actually degenereates to an ellipse. |
See Also
- struct RectangleF
- class ArcShape
- namespace Aspose.PSD.Shapes
- assembly Aspose.PSD