RectangleProjectedShape Class
Contents
[
Hide
]Summary: Represents a shape which is projected over rectangle turned to a particular orientation.
Specified by four points which can be rotated in space maintaining the same edges length and 90 degrees between adjacent edges.
Module: aspose.psd.shapes
Full Name: aspose.psd.shapes.RectangleProjectedShape
Inheritance: Shape
Aspose.PSD Version: 24.12.0
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. |
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. |
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. |