ShapeFrame constructor
init
Creates new shape frame’s properties.
def __init__(self, x, y, width, height, flip_h, flip_v, rotation_angle):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a frame. |
y | float | Y coordinate of a frame. |
width | float | Width of a frame. |
height | float | Height of a frame. |
flip_h | NullableBool | True if a frame flipped horizontally. |
flip_v | NullableBool | True if a frame flipped vertivally. |
rotation_angle | float | Number of degrees a frame is rotated. |
See Also
- enumeration
NullableBool
- class
ShapeFrame
- module
aspose.slides
- library
Aspose.Slides