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 exported 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
CloneT()A new instance with the same property values.

See Also