C# Class Vector.Gdi.Device

Very simple Gdi Device with double buffering.
Inheritance: IDisposable
Afficher le fichier Open project: sinclairzx81/vector-cs Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( System color ) : void
Device ( Control Control ) : System
Dispose ( ) : void
Dispose ( bool disposing ) : void
DrawPixel ( int x, int y, Color color ) : void
Present ( ) : void

Method Details

Clear() public méthode

public Clear ( System color ) : void
color System
Résultat void

Device() public méthode

public Device ( Control Control ) : System
Control System.Windows.Forms.Control
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

DrawPixel() public méthode

public DrawPixel ( int x, int y, Color color ) : void
x int
y int
color Color
Résultat void

Present() public méthode

public Present ( ) : void
Résultat void