IShapeFrame

Overview

IShapeFrame is a interface in Aspose.Slides FOSS for .NET.

Represents the geometric frame properties of a shape.

This interface provides 1 method for working with IShapeFrame objects in .NET programs. Available methods include: CloneT. 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-coordinate of the upper-left corner, in points.
YfloatReadGets the y-coordinate of the upper-left corner, in points.
WidthfloatReadGets the width, in points.
HeightfloatReadGets the height, in points.
FlipHNullableBoolReadGets whether the shape is flipped horizontally.
FlipVNullableBoolReadGets whether the shape is flipped vertically.
RotationfloatReadGets the rotation angle in degrees.
CenterXfloatReadGets the x-coordinate of the frame’s center, in points.
CenterYfloatReadGets the y-coordinate of the frame’s center, in points.
Rectangleobject?ReadGets the bounding rectangle of the frame.

Methods

SignatureDescription
CloneT()Creates a deep copy of this IShapeFrame.

See Also