EllipseShape Class
Contents
[
Hide
]Summary: Represents an ellipse shape.
Module: aspose.psd.shapes
Full Name: aspose.psd.shapes.EllipseShape
Inheritance: RectangleShape
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
EllipseShape() | Initializes a new instance of the EllipseShape class. |
EllipseShape(rectangle) | Initializes a new instance of the EllipseShape 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. |
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: EllipseShape()
EllipseShape()
Initializes a new instance of the EllipseShape class.
Constructor: EllipseShape(rectangle)
EllipseShape(rectangle)
Initializes a new instance of the EllipseShape class.
Parameters:
Parameter | Type | Description |
---|---|---|
rectangle | RectangleF | The rectangle. |
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. |