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 exported 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. |
Y | float | Read | Gets the y. |
Width | float | Read | Gets the width. |
Height | float | Read | Gets the height. |
FlipH | NullableBool | Read | Gets the flip h. |
FlipV | NullableBool | Read | Gets the flip v. |
Rotation | float | Read | Gets the rotation. |
CenterX | float | Read | Gets the center x. |
CenterY | float | Read | Gets the center y. |
Rectangle | object? | Read | Gets the rectangle. |
Methods
| Signature | Description |
|---|---|
CloneT() | A new instance with the same property values. |