IShapeFrame
Contents
[
Hide
]
IShapeFrame class
Represents shape frame’s properties.
The IShapeFrame type exposes the following members:
Properties
Name | Description |
---|---|
x | Returns the X coordinate of the upper-left corner of a frame. Read-only |
y | Returns the Y coordinate of the upper-left corner of a frame. Read-only |
width | Returns the width of a frame. Read-only |
height | Returns the height of a frame. Read-only |
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 |
center_x | Returns the X coordinate of a frame’s center. Read-only |
center_y | Returns the Y coordinate of a frame’s center. Read-only |
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
Name | Description |
---|---|
clone_t() | Creates a new object that is a copy of the current instance. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides