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

NameTypeAccessDescription
NullableBoolNullableBoolReadGets the nullable bool.
ShapeFrameShapeFrameReadGets the shape frame.

méthodes

SignatureDescription
NullableBool()NullableBoolProperty holds a NullableBool indicating a boolean state of the shape frame
NullableBool()NullableBool
ShapeFrame()ShapeFrameConstructs 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()doubleReturns the X coordinate of the upper-left corner.
y()doubleReturns the Y coordinate of the upper-left corner.
width()doubleReturns the width.
height()doubleReturns the height.
rotation()doubleReturns the rotation angle in degrees.
center_x()doubleReturns the X coordinate of the frame’s center.
center_y()doubleReturns the Y coordinate of the frame’s center.
flip_h()NullableBoolReturns horizontal flip state.
flip_v()NullableBoolReturns vertical flip state.
rectangle()Drawing::RectangleFReturns the coordinates of this frame as a rectangle.
clone_t()std::unique_ptr<IShapeFrame>Returns a deep copy of this shape frame.
clone()ShapeFrameReturns a copy of this frame (value-semantic clone).
equals(other: ShapeFrame)boolCompares with another ShapeFrame for equality.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français