IShapeFrame

Overview

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

Represents the geometric frame properties of a shape.

Properties

NameTypeAccessDescription
XfloatReadGets or sets the horizontal position of the shape frame
YfloatReadGets or sets the vertical position of the shape frame
WidthfloatReadGets or sets the width of the shape frame
HeightfloatRead
FlipHNullableBoolReadGets or sets a nullable flag indicating horizontal flip
FlipVNullableBoolReadGets or sets a nullable flag indicating vertical flip
RotationfloatReadGets or sets the rotation angle of the shape frame in degrees
CenterXfloatReadGets or sets the X coordinate of the frame’s center
CenterYfloatRead
Rectangleobject?ReadGets or sets the bounding rectangle of the shape frame, or null

Methods

SignatureDescription
CloneT()A new instance with the same property values.

See Also