C# Class uxPlayer.MonitorBase

Inheritance: IDisposable
Afficher le fichier Open project: nanase/ux Class Usage Examples

Protected Properties

Свойство Type Description
backgroundColor Color
bitmap System.Drawing.Bitmap
graphics System.Drawing.Graphics
size System.Drawing.Size

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public abstract méthode

public abstract Draw ( float data ) : void
data float
Résultat void

MonitorBase() public méthode

public MonitorBase ( Color backgroundColor, Size size ) : System
backgroundColor Color
size System.Drawing.Size
Résultat System

Property Details

backgroundColor protected_oe property

protected Color backgroundColor
Résultat Color

bitmap protected_oe property

protected Bitmap,System.Drawing bitmap
Résultat System.Drawing.Bitmap

graphics protected_oe property

protected Graphics,System.Drawing graphics
Résultat System.Drawing.Graphics

size protected_oe property

protected Size,System.Drawing size
Résultat System.Drawing.Size