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