Property | Type | Description | |
---|---|---|---|
Strings | List |
Method | Description | |
---|---|---|
FakeVGA ( ) : System | ||
Peek ( ushort Address ) : byte | ||
Poke ( ushort Address, byte Value ) : void | ||
Reset ( ) : void | ||
SetAfterPaintBackgroundHandler ( Action |
||
Write ( int x, int y, string s, Color f, Color b ) : void |
Method | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public Poke ( ushort Address, byte Value ) : void | ||
Address | ushort | |
Value | byte | |
return | void |
public SetAfterPaintBackgroundHandler ( Action |
||
f | Action |
|
return | void |
protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
specified | BoundsSpecified | |
return | void |
public Write ( int x, int y, string s, Color f, Color b ) : void | ||
x | int | |
y | int | |
s | string | |
f | Color | |
b | Color | |
return | void |