ShapeFrame
Vue de l’ensemble
‘ShapeFrame’ est une classe dans Aspose.Slides FOSS pour C++.
Représente le cadre géométrique d’une forme.
Cette classe fournit 18 méthodes pour travailler avec des objets ShapeFrame dans les programmes C++. Les méthodologies disponibles comprennent: ‘NullableBool’, ‘ShapeFame’, center_x', ‘center-y’, 'clone, ‘cloon_t , 'équals et ‘flip_h ; 'flip_v; ‘height: 'rectangle' ; "rotation' et 3 méthode supplémentaires. Tous les membres publics sont accessibles à toute application C ++ après l'installation de l’Aspose.Slides FOSS pour le package C+. Propriétés :NulableFool` .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
NullableBool | NullableBool | Read | Gets the nullable bool. |
ShapeFrame | ShapeFrame | Read | Gets the shape frame. |
méthodes
| Signature | Description |
|---|---|
NullableBool() → NullableBool | Property holds a NullableBool indicating a boolean state of the shape frame |
NullableBool() → NullableBool | |
ShapeFrame() → ShapeFrame | Constructs a shape frame with the given properties. |
ShapeFrame(x: double, y: double, width: double, height: double, flip_h: NullableBool, flip_v: NullableBool, rotation: double) | Constructs a shape frame with the given properties. |
ShapeFrame() | Constructs a shape frame with the given properties. |
x() → double | Returns the X coordinate of the upper-left corner. |
y() → double | Returns the Y coordinate of the upper-left corner. |
width() → double | Returns the width. |
height() → double | Returns the height. |
rotation() → double | Returns the rotation angle in degrees. |
center_x() → double | Returns the X coordinate of the frame’s center. |
center_y() → double | Returns the Y coordinate of the frame’s center. |
flip_h() → NullableBool | Returns horizontal flip state. |
flip_v() → NullableBool | Returns vertical flip state. |
rectangle() → Drawing::RectangleF | Returns the coordinates of this frame as a rectangle. |
clone_t() → std::unique_ptr<IShapeFrame> | Returns a deep copy of this shape frame. |
clone() → ShapeFrame | Returns a copy of this frame (value-semantic clone). |
equals(other: ShapeFrame) → bool | Compares with another ShapeFrame for equality. |
Voir aussi
- Aspose.Slides - référence API d’entreprise