GraphicsEventArgs Class

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Provides data for the FrameRender event.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    RageGraphicsEventArgs

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

[SerializableAttribute]
public sealed class GraphicsEventArgs : EventArgs

The GraphicsEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodGraphicsEventArgs
Initializes a new instance of the GraphicsEventArgs class.
Top
Properties

  NameDescription
Public propertyGraphics
Gets the Graphics object used for drawing on the screen.
Top
See Also

Reference