Click or drag to resize

GraphicFrame Properties

The GraphicFrame type exposes the following members.

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
See Also