C# Class SharpBoot.FakeVGA

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: zdimension/SharpBoot

Méthodes publiques

Свойство Type Description
Strings List>

Méthodes publiques

Méthode Description
FakeVGA ( ) : System
Peek ( ushort Address ) : byte
Poke ( ushort Address, byte Value ) : void
Reset ( ) : void
SetAfterPaintBackgroundHandler ( Action f ) : void
Write ( int x, int y, string s, Color f, Color b ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Method Details

FakeVGA() public méthode

public FakeVGA ( ) : System
Résultat System

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Peek() public méthode

public Peek ( ushort Address ) : byte
Address ushort
Résultat byte

Poke() public méthode

public Poke ( ushort Address, byte Value ) : void
Address ushort
Value byte
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetAfterPaintBackgroundHandler() public méthode

public SetAfterPaintBackgroundHandler ( Action f ) : void
f Action
Résultat void

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void

Write() public méthode

public Write ( int x, int y, string s, Color f, Color b ) : void
x int
y int
s string
f Color
b Color
Résultat void

Property Details

Strings public_oe property

public List> Strings
Résultat List>