ShapeFrame

Összefoglaló

ShapeFrame egy osztály a Aspose.Slides FOSS-ban C++-ra.

A forma geometriai keretét képviseli.

A tulajdonságok

NameTypeAccessDescription
NullableBoolNullableBoolReadGets the nullable bool.
ShapeFrameShapeFrameReadGets the shape frame.

Módszerek

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.
 Magyar