GraphicFrame Properties |
The GraphicFrame type exposes the following members.
| 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
.
|