Click or drag to resize

LcdUpdateEventArgs Class

Class containing the returned LCD data
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Advanced_Combat_TrackerLcdUpdateEventArgs

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public class LcdUpdateEventArgs : EventArgs

The LcdUpdateEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLcdUpdateEventArgs
Initializes a new instance of the LcdUpdateEventArgs class
Top
Properties
  NameDescription
Public propertyBitmapYOffset
Public propertyLcdBitmap
Top
Methods
  NameDescription
Public methodSetLcdBitmapView
Sets the returning data of the event, which should only be done if the lcdMode is yours to handle
Top
Fields
  NameDescription
Public fieldLcdType
Top
See Also