ShapeFrame class
Contents
[
Hide
]ShapeFrame class
Represents shape frame’s properties.
The ShapeFrame type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Creates new shape frame’s properties. |
Properties
Property | Description |
---|---|
x | Returns the X coordinate of the upper-left corner of a frame. Read-only float. |
y | Returns the Y coordinate of the upper-left corner of a frame. Read-only float. |
width | Returns the width of a frame. Read-only float. |
height | Returns the height of a frame. Read-only float. |
rotation | Returns the number of degrees a frame is rotated around the z-axis. A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. Read-only float. |
center_x | Returns the X coordinate of a frame’s center. Read-only float. |
center_y | Returns the Y coordinate of a frame’s center. Read-only float. |
flip_h | Determines whether a frame is flipped horizontally. Read-only NullableBool . |
flip_v | Determines whether a frame is flipped vertically. Read-only NullableBool . |
rectangle | Returns the coordinates of a frame. Read-only aspose.pydrawing.RectangleF. |
Methods
Method | Description |
---|---|
clone | Clones |
clone_t | Clones. |
equals | Returns a value indicating whether this instance is equal to a specified object. |
See Also
- module
aspose.slides
- library
Aspose.Slides