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

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

공개 메소드들

메소드 설명
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, Control surface, string pPath, int chrPages ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ReadHiResPack ( string pPath, int chrPages ) : void
SaveSnap ( ) : void

메소드 상세

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

Dispose() 공개 메소드

public Dispose ( ) : 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

DrawPixelHiRes() 공개 메소드

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
리턴 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

VideoGdiHiRes() 공개 메소드

public VideoGdiHiRes ( TvFormat tvFormat, Control surface, string pPath, int chrPages ) : System.Collections.Generic
tvFormat TvFormat
surface System.Windows.Forms.Control
pPath string
chrPages int
리턴 System.Collections.Generic