PieShape Class
Contents
[
Hide
]Summary: Represents a pie shape.
Module: aspose.psd.shapes
Full Name: aspose.psd.shapes.PieShape
Inheritance: EllipseShape
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| PieShape() | Initializes a new instance of the PieShape class. |
| PieShape(rectangle, start_angle, sweep_angle) | Initializes a new instance of the PieShape class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bounds | RectangleF | r | Gets the object’s bounds. |
| center | PointF | r | Gets the shape’s center. |
| has_segments | bool | r | Gets a value indicating whether shape has segments. |
| left_bottom | PointF | r | Gets the left bottom rectangle point. |
| left_top | PointF | r | Gets the left top rectangle point. |
| rectangle_height | double | r | Gets the rectangle height. |
| rectangle_width | double | r | Gets the rectangle width. |
| right_bottom | PointF | r | Gets the right bottom rectangle point. |
| right_top | PointF | r | Gets the right top rectangle point. |
| segments | ShapeSegment[] | r | Gets the shape segments. |
| start_angle | float | r/w | Gets or sets the start angle. |
| sweep_angle | float | r/w | Gets or sets the sweep angle. |
Methods
| Name | Description |
|---|---|
| get_bounds(matrix) | Gets the object’s bounds. |
| get_bounds(matrix, pen) | Gets the object’s bounds. |
| transform(transform) | Applies the specified transformation to the shape. |
Constructor: PieShape()
PieShape()
Initializes a new instance of the PieShape class.
Constructor: PieShape(rectangle, start_angle, sweep_angle)
PieShape(rectangle, start_angle, sweep_angle)
Initializes a new instance of the PieShape class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rectangle | RectangleF | The rectangle. |
| start_angle | float | The start angle. |
| sweep_angle | float | The sweep angle. |
Method: get_bounds(matrix)
get_bounds(matrix)
Gets the object’s bounds.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| matrix | Matrix | The matrix to apply before bounds will be calculated. |
Returns
| Type | Description |
|---|---|
| RectangleF | The estimated object’s bounds. |
Method: get_bounds(matrix, pen)
get_bounds(matrix, pen)
Gets the object’s bounds.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| matrix | Matrix | The matrix to apply before bounds will be calculated. |
| pen | Pen | The pen to use for object. This can influence the object’s bounds size. |
Returns
| Type | Description |
|---|---|
| RectangleF | The estimated object’s bounds. |
Method: transform(transform)
transform(transform)
Applies the specified transformation to the shape.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| transform | Matrix | The transformation to apply. |