ShapeFrame

Overview

ShapeFrame is a class in Aspose.Slides FOSS for .NET. Inherits from: IShapeFrame, ICloneable.

Represents the geometric frame properties of a shape.

This class provides 5 methods for working with ShapeFrame objects in .NET programs. Available methods include: Clone, CloneT, Equals, GetHashCode, ShapeFrame. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: CenterX, CenterY, FlipH, FlipV, Height, Rectangle, and 4 more.

Properties

NameTypeAccessDescription
XfloatReadGets the x.
YfloatReadGets the y.
WidthfloatReadGets the width.
HeightfloatReadGets the height.
FlipHNullableBoolReadGets the flip h.
FlipVNullableBoolReadGets the flip v.
RotationfloatReadGets the rotation.
CenterXfloatReadGets the center x.
CenterYfloatReadGets the center y.
Rectangleobject?ReadGets the rectangle.

Methods

SignatureDescription
ShapeFrame(x: float, y: float, width: float, height: float, flipH: NullableBool, flipV: NullableBool, rotation: float)Initializes a new instance of the ShapeFrame class.
Clone()Creates a deep copy of this ShapeFrame.
CloneT()Creates a typed copy of the ShapeFrame
Equals(obj: object?)Determines whether the specified object is equal to this ShapeFrame.
GetHashCode()Returns a hash code for this instance.

See Also