C# 클래스 Microsoft.Singularity.Drivers.Vga

상속: ISvgaDevice
파일 보기 프로젝트 열기: feel-the-dz3n/Singularity-OS

공개 메소드들

메소드 설명
BitBltBmp ( int x, int y, Array buffer ) : void
BitBltChr ( int x, int y, int width, int height, Array buffer, int offset, int ScanWidth, RGB color, RGB background ) : void
BitBltPng ( int x, int y, Array buffer ) : void
Fill ( int x1, int y1, int x2, int y2, RGB color ) : void
Finalize ( ) : void
Initialize ( ) : void
Plot ( int x, int y, RGB color ) : void
Scroll ( int x1, int y1, int x2, int y2, int CharHeight ) : void
Vga ( ) : System

비공개 메소드들

메소드 설명
AtInitialization ( ) : void
AtcOut ( IoPort port, Array values ) : void
BitBlt1 ( int x, int y, int width, int height, Array buffer, int offset, int ScanWidth, byte color ) : void
BitBlt4 ( int x, int y, int width, int height, Array buffer, int offset, int ScanWidth ) : void
Fill ( int x1, int y1, int x2, int y2, byte color ) : void
IndxOut ( IoPort port, Array values ) : void
InitializePalette ( ) : void
Plot ( int x, int y, byte color ) : void
ReadWriteMode ( byte mode ) : void
SetPaletteEntry ( byte index, uint RGB ) : void
Vga640x480 ( ) : void
VgaTextMode ( ) : void

메소드 상세

BitBltBmp() 공개 메소드

public BitBltBmp ( int x, int y, Array buffer ) : void
x int
y int
buffer Array
리턴 void

BitBltChr() 공개 메소드

public BitBltChr ( int x, int y, int width, int height, Array buffer, int offset, int ScanWidth, RGB color, RGB background ) : void
x int
y int
width int
height int
buffer Array
offset int
ScanWidth int
color RGB
background RGB
리턴 void

BitBltPng() 공개 메소드

public BitBltPng ( int x, int y, Array buffer ) : void
x int
y int
buffer Array
리턴 void

Fill() 공개 메소드

public Fill ( int x1, int y1, int x2, int y2, RGB color ) : void
x1 int
y1 int
x2 int
y2 int
color RGB
리턴 void

Finalize() 공개 메소드

public Finalize ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Plot() 공개 메소드

public Plot ( int x, int y, RGB color ) : void
x int
y int
color RGB
리턴 void

Scroll() 공개 메소드

public Scroll ( int x1, int y1, int x2, int y2, int CharHeight ) : void
x1 int
y1 int
x2 int
y2 int
CharHeight int
리턴 void

Vga() 공개 메소드

public Vga ( ) : System
리턴 System