IShapeFrame
General
IShapeFrame és una interfície en Aspose.Slides per a NET.
Representa les propietats del marc geomètric d’una forma.
Propietats
| 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 point |
CenterY | float | Read | |
Rectangle | object? | Read | Gets or sets the bounding rectangle of the shape frame, or null |
Mètodes
| Signature | Description |
|---|---|
CloneT() | A new instance with the same property values. |