IShapeFrame
Overview
IShapeFrame is a interface in Aspose.Slides FOSS for .NET.
Represents the geometric frame properties of a shape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
X | float | Read | Gets or sets the horizontal position of the shape frame |
Y | float | Read | Gets or sets the vertical position of the shape frame |
Width | float | Read | Gets or sets the width of the shape frame |
Height | float | Read | |
FlipH | NullableBool | Read | Gets or sets a nullable flag indicating horizontal flip |
FlipV | NullableBool | Read | Gets or sets a nullable flag indicating vertical flip |
Rotation | float | Read | Gets or sets the rotation angle of the shape frame in degrees |
CenterX | float | Read | Gets or sets the X coordinate of the frame’s center |
CenterY | float | Read | |
Rectangle | object? | Read | Gets or sets the bounding rectangle of the shape frame, or null |
Methods
| Signature | Description |
|---|---|
CloneT() | A new instance with the same property values. |