C# Класс SharpBoot.FakeVGA

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Strings List>

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Описание методов

FakeVGA() публичный Метод

public FakeVGA ( ) : System
Результат System

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

Peek() публичный Метод

public Peek ( ushort Address ) : byte
Address ushort
Результат byte

Poke() публичный Метод

public Poke ( ushort Address, byte Value ) : void
Address ushort
Value byte
Результат void

Reset() публичный Метод

public Reset ( ) : void
Результат void

SetAfterPaintBackgroundHandler() публичный Метод

public SetAfterPaintBackgroundHandler ( Action f ) : void
f Action
Результат void

SetBoundsCore() защищенный Метод

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Результат void

Write() публичный Метод

public Write ( int x, int y, string s, Color f, Color b ) : void
x int
y int
s string
f Color
b Color
Результат void

Описание свойств

Strings публичное свойство

public List> Strings
Результат List>