IShapeFrame
Vue de l’ensemble
‘IShapeFrame’ est une interface dans Aspose.Slides FOSS pour .NET.
Il représente les propriétés géométriques d’un cadre.
Cette interface fournit 1 méthode pour travailler avec les objets IShapeFrame dans des programmes .NET. Les méthodes disponibles comprennent: CloneT. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de l’Aspose.Slides FOSS pour le package .net. Propriétés: ‘CenterX’, ‘FlipH’, `FlipsV’, ‘Height’, ‘Rectangle’, et 4 autres.
Propriétés
| 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. |
méthodes
| Signature | Description |
|---|---|
CloneT() | Creates a deep copy of this IShapeFrame. |
Voir aussi
- Aspose.Slides - référence API d’entreprise