C# Class uxPlayer.MonitorBase

Inheritance: IDisposable
Show file Open project: nanase/ux Class Usage Examples

Protected Properties

Property Type Description
backgroundColor Color
bitmap System.Drawing.Bitmap
graphics System.Drawing.Graphics
size System.Drawing.Size

Public Methods

Method Description
Dispose ( ) : void
Draw ( float data ) : void
MonitorBase ( Color backgroundColor, Size size ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public abstract method

public abstract Draw ( float data ) : void
data float
return void

MonitorBase() public method

public MonitorBase ( Color backgroundColor, Size size ) : System
backgroundColor Color
size System.Drawing.Size
return System

Property Details

backgroundColor protected property

protected Color backgroundColor
return Color

bitmap protected property

protected Bitmap,System.Drawing bitmap
return System.Drawing.Bitmap

graphics protected property

protected Graphics,System.Drawing graphics
return System.Drawing.Graphics

size protected property

protected Size,System.Drawing size
return System.Drawing.Size