C# Class SharpBoot.FakeVGA

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: zdimension/SharpBoot

Public Properties

Property Type Description
Strings List>

Public Methods

Method 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

Protected Methods

Method 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 method

public FakeVGA ( ) : System
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

Peek() public method

public Peek ( ushort Address ) : byte
Address ushort
return byte

Poke() public method

public Poke ( ushort Address, byte Value ) : void
Address ushort
Value byte
return void

Reset() public method

public Reset ( ) : void
return void

SetAfterPaintBackgroundHandler() public method

public SetAfterPaintBackgroundHandler ( Action f ) : void
f Action
return void

SetBoundsCore() protected method

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

Write() public method

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

Property Details

Strings public_oe property

public List> Strings
return List>