ShapeFrame()

ShapeFrame::ShapeFrame(float, float, float, float, NullableBool, NullableBool, float) constructor

Creates new shape frame’s properties.

Aspose::Slides::ShapeFrame::ShapeFrame(float x, float y, float width, float height, NullableBool flipH, NullableBool flipV, float rotationAngle)

Arguments

ParameterTypeDescription
xfloatX coordinate of a frame.
yfloatY coordinate of a frame.
widthfloatWidth of a frame.
heightfloatHeight of a frame.
flipHNullableBoolTrue if a frame flipped horizontally.
flipVNullableBoolTrue if a frame flipped vertivally.
rotationAnglefloatNumber of degrees a frame is rotated.

See Also