C# 클래스 SharpBoot.FakeVGA

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: zdimension/SharpBoot

공개 프로퍼티들

프로퍼티 타입 설명
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>