IShapeFrame
Overview
IShapeFrame is a interface in Aspose.Slides FOSS for .NET.
Represents the geometric frame properties of a shape.
This interface provides 1 method for working with IShapeFrame objects in .NET programs.
Available methods include: CloneT.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: CenterX, CenterY, FlipH, FlipV, Height, Rectangle, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
X | float | Read | Gets the x-coordinate of the upper-left corner, in points. |
Y | float | Read | Gets the y-coordinate of the upper-left corner, in points. |
Width | float | Read | Gets the width, in points. |
Height | float | Read | Gets the height, in points. |
FlipH | NullableBool | Read | Gets whether the shape is flipped horizontally. |
FlipV | NullableBool | Read | Gets whether the shape is flipped vertically. |
Rotation | float | Read | Gets the rotation angle in degrees. |
CenterX | float | Read | Gets the x-coordinate of the frame’s center, in points. |
CenterY | float | Read | Gets the y-coordinate of the frame’s center, in points. |
Rectangle | object? | Read | Gets the bounding rectangle of the frame. |
Methods
| Signature | Description |
|---|---|
CloneT() | Creates a deep copy of this IShapeFrame. |