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
| Name | Type | Access | Description |
|---|---|---|---|
X | float | Read | Gets the x. |
Y | float | Read | Gets the y. |
Width | float | Read | Gets the width. |
Height | float | Read | Gets the height. |
FlipH | NullableBool | Read | Gets the flip h. |
FlipV | NullableBool | Read | Gets the flip v. |
Rotation | float | Read | Gets the rotation. |
CenterX | float | Read | Gets the center x. |
CenterY | float | Read | Gets the center y. |
Rectangle | object? | Read | Gets the rectangle. |
Methods
| Signature | Description |
|---|---|
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. |