Метод | Описание | |
---|---|---|
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 | ||
FillScreen ( int color ) : void | ||
Rgb16GraphicsManager ( |
||
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 | ||
UpdateScreen ( ) : void |
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 | |
Результат | 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 | |
Результат | 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 | |
Результат | void |
public Rgb16GraphicsManager ( |
||
gfxManager | ||
Результат | Microsoft.Xna.Framework |
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 | |
Результат | 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 | |
Результат | void |