Method | Description | |
---|---|---|
AddScanline ( int line, int scanlineBuffer ) : void | ||
Begin ( ) : void | ||
ChangeSettings ( ) : void | ||
Clear ( ) : void | ||
DrawAbsolutePixel ( int x, int y, int color ) : void | ||
DrawPixel ( int x, int y, int color ) : 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 | ||
VideoGdi ( TvFormat tvFormat, |
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 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 VideoGdi ( TvFormat tvFormat, |
||
tvFormat | TvFormat | |
surface | ||
return | System.Drawing |