Method | Description | |
---|---|---|
Capture ( ) : Core.Graphics.Surface | ||
CopyRectToScreen ( byte buffer, int sourceStride, int x, int y, int width, int height ) : void | ||
CopyRectToScreen ( byte buffer, int startOffset, int sourceStride, int x, int y, int width, int height ) : void | ||
CopyRectToScreen ( byte buffer, int sourceStride, int x, int y, int dstX, int dstY, int width, int height ) : void | ||
Dispose ( ) : void | ||
DrawCursor ( |
||
DrawScreen ( |
||
FillScreen ( int color ) : void | ||
GetPalette ( ) : Core.Graphics.Color[] | ||
SetCursor ( byte pixels, int width, int height, NScumm.Core.Graphics.Point hotspot ) : void | ||
SetCursor ( byte pixels, int offset, int width, int height, NScumm.Core.Graphics.Point hotspot, int keyColor ) : void | ||
SetPalette ( Core colors ) : void | ||
SetPalette ( Core colors, int first, int num ) : void | ||
UpdateScreen ( ) : void | ||
XnaGraphicsManager ( int width, int height, Core format, |
public CopyRectToScreen ( byte buffer, int sourceStride, int x, int y, int width, int height ) : void | ||
buffer | byte | |
sourceStride | int | |
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public CopyRectToScreen ( byte buffer, int startOffset, int sourceStride, int x, int y, int width, int height ) : void | ||
buffer | byte | |
startOffset | int | |
sourceStride | int | |
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public CopyRectToScreen ( byte buffer, int sourceStride, int x, int y, int dstX, int dstY, int width, int height ) : void | ||
buffer | byte | |
sourceStride | int | |
x | int | |
y | int | |
dstX | int | |
dstY | int | |
width | int | |
height | int | |
return | void |
public DrawCursor ( |
||
spriteBatch | ||
cursorPos | Vector2 | |
return | void |
public DrawScreen ( |
||
spriteBatch | ||
return | void |
public GetPalette ( ) : Core.Graphics.Color[] | ||
return | Core.Graphics.Color[] |
public SetCursor ( byte pixels, int width, int height, NScumm.Core.Graphics.Point hotspot ) : void | ||
pixels | byte | |
width | int | |
height | int | |
hotspot | NScumm.Core.Graphics.Point | |
return | void |
public SetCursor ( byte pixels, int offset, int width, int height, NScumm.Core.Graphics.Point hotspot, int keyColor ) : void | ||
pixels | byte | |
offset | int | |
width | int | |
height | int | |
hotspot | NScumm.Core.Graphics.Point | |
keyColor | int | |
return | void |
public SetPalette ( Core colors, int first, int num ) : void | ||
colors | Core | |
first | int | |
num | int | |
return | void |
public XnaGraphicsManager ( int width, int height, Core format, |
||
width | int | |
height | int | |
format | Core | |
window | ||
device | GraphicsDevice | |
return | Microsoft.Xna.Framework |