Click or drag to resize
Frame Structure
An instance of the Frame class represents one image from a frameset.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public struct Frame

The Frame type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldCellIndex
Refers to an index into the graphic sheet of the individual graphic on which this frame is based
Public fieldColor
Specifies color channel modulations that are applied to this frame
Public fieldCorners
Defines the transformed corners of this frame when drawn.
Public fieldGraphicSheetTexture
References the un-transformed graphics on which this frame is based
Public fieldSourceRect
Specifies the area on the graphic sheet which is used to form the graphic cell on which this frame is based.
Top
See Also