Click or drag to resize

GraphicFrame Class

Represents shape frame's properties.
Inheritance Hierarchy
System Object
Spire.Presentation.Drawing GraphicFrame

Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class GraphicFrame

The GraphicFrame type exposes the following members.

Constructors
Name Description
Public method GraphicFrame
Initializes a new instance of the GraphicFrame class
Public method GraphicFrame(Double, Double, Double, Double, Boolean, Boolean, Single)
Initializes a new instance of the GraphicFrame class
Top
Properties
Name Description
Public property CenterX
Gets the X coordinate of a frame's center. Read-only Single .
Public property CenterY
Gets the Y coordinate of a frame's center. Read-only Single .
Public property Height
Gets the height of a frame. Read-only Single .
Public property IsFlipX
Indicates whether a frame is flipped horizontally. Read-only Boolean .
Public property IsFlipY
Indicates whether a frame is flipped vertically. Read-only Boolean .
Public property Left
Gets the X coordinate of the upper-left corner of a frame. Read-only Single .
Public property Rectangle
Gets the coordinates of a frame. Read-only RectangleF .
Public property Rotation
Gets the number of degrees a frame is rotated around the z-axis. Read-only Single .
Public property Top
Gets the Y coordinate of the upper-left corner of a frame. Read-only Single .
Public property Width
Gets the width of a frame. Read-only Single .
Top
Methods
Name Description
Public method Equals(Object) (Overrides Object Equals(Object) .)
Public method Equals(GraphicFrame)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Gets a hash code for this object.
(Overrides Object GetHashCode .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also