C# 클래스 NesHd.Core.Output.Video.Devices.VideoGdi

상속: IGraphicDevice
파일 보기 프로젝트 열기: afonsof/nes-hd 1 사용 예제들

공개 메소드들

메소드 설명
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, Control surface ) : System.Drawing

메소드 상세

AddScanline() 공개 메소드

public AddScanline ( int line, int scanlineBuffer ) : void
line int
scanlineBuffer int
리턴 void

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

ChangeSettings() 공개 메소드

public ChangeSettings ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DrawAbsolutePixel() 공개 메소드

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

DrawPixel() 공개 메소드

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

DrawText() 공개 메소드

public DrawText ( string text, int frames ) : void
text string
frames int
리턴 void

RenderFrame() 공개 메소드

public RenderFrame ( ) : void
리턴 void

TakeSnapshot() 공개 메소드

public TakeSnapshot ( string snapPath, string format ) : void
snapPath string
format string
리턴 void

UpdateSize() 공개 메소드

public UpdateSize ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
리턴 void

VideoGdi() 공개 메소드

public VideoGdi ( TvFormat tvFormat, Control surface ) : System.Drawing
tvFormat TvFormat
surface System.Windows.Forms.Control
리턴 System.Drawing