Method | Description | |
---|---|---|
AddScanline ( int line, int scanlineBuffer ) : void | ||
Begin ( ) : void | ||
ChangeSettings ( ) : void | ||
Clear ( ) : void | ||
Dispose ( ) : void | ||
DrawAbsolutePixel ( int x, int y, int color ) : void | ||
DrawPixel ( int x, int y, int color ) : void | ||
DrawPixelHiRes ( int x, int y, int color, uint tilePage, int tileOffSet, int tileX, int tileY, bool hFlip, bool vFlip, byte color1, byte color2, byte color3, int renColor ) : void | ||
DrawText ( string text, int frames ) : void | ||
RenderFrame ( ) : void | ||
TakeSnapshot ( string snapPath, string format ) : void | ||
UpdateSize ( int x, int y, int w, int h ) : void | ||
VideoGdiHiRes ( TvFormat tvFormat, |
Method | Description | |
---|---|---|
ReadHiResPack ( string pPath, int chrPages ) : void | ||
SaveSnap ( ) : void |
public AddScanline ( int line, int scanlineBuffer ) : void | ||
line | int | |
scanlineBuffer | int | |
return | void |
public DrawAbsolutePixel ( int x, int y, int color ) : void | ||
x | int | |
y | int | |
color | int | |
return | void |
public DrawPixel ( int x, int y, int color ) : void | ||
x | int | |
y | int | |
color | int | |
return | void |
public DrawPixelHiRes ( int x, int y, int color, uint tilePage, int tileOffSet, int tileX, int tileY, bool hFlip, bool vFlip, byte color1, byte color2, byte color3, int renColor ) : void | ||
x | int | |
y | int | |
color | int | |
tilePage | uint | |
tileOffSet | int | |
tileX | int | |
tileY | int | |
hFlip | bool | |
vFlip | bool | |
color1 | byte | |
color2 | byte | |
color3 | byte | |
renColor | int | |
return | void |
public DrawText ( string text, int frames ) : void | ||
text | string | |
frames | int | |
return | void |
public TakeSnapshot ( string snapPath, string format ) : void | ||
snapPath | string | |
format | string | |
return | void |
public UpdateSize ( int x, int y, int w, int h ) : void | ||
x | int | |
y | int | |
w | int | |
h | int | |
return | void |
public VideoGdiHiRes ( TvFormat tvFormat, |
||
tvFormat | TvFormat | |
surface | ||
pPath | string | |
chrPages | int | |
return | System.Collections.Generic |