C# Class NScumm.MonoGame.XnaGraphicsManager

Inheritance: Core.Graphics.IGraphicsManager, IDisposable
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode 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 ( SpriteBatch spriteBatch, Vector2 cursorPos ) : void
DrawScreen ( SpriteBatch spriteBatch ) : void
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, GameWindow window, GraphicsDevice device ) : Microsoft.Xna.Framework

Method Details

Capture() public méthode

public Capture ( ) : Core.Graphics.Surface
Résultat Core.Graphics.Surface

CopyRectToScreen() public méthode

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
Résultat void

CopyRectToScreen() public méthode

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
Résultat void

CopyRectToScreen() public méthode

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
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DrawCursor() public méthode

public DrawCursor ( SpriteBatch spriteBatch, Vector2 cursorPos ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
cursorPos Vector2
Résultat void

DrawScreen() public méthode

public DrawScreen ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

FillScreen() public méthode

public FillScreen ( int color ) : void
color int
Résultat void

GetPalette() public méthode

public GetPalette ( ) : Core.Graphics.Color[]
Résultat Core.Graphics.Color[]

SetCursor() public méthode

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
Résultat void

SetCursor() public méthode

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
Résultat void

SetPalette() public méthode

public SetPalette ( Core colors ) : void
colors Core
Résultat void

SetPalette() public méthode

public SetPalette ( Core colors, int first, int num ) : void
colors Core
first int
num int
Résultat void

UpdateScreen() public méthode

public UpdateScreen ( ) : void
Résultat void

XnaGraphicsManager() public méthode

public XnaGraphicsManager ( int width, int height, Core format, GameWindow window, GraphicsDevice device ) : Microsoft.Xna.Framework
width int
height int
format Core
window Microsoft.Xna.Framework.GameWindow
device GraphicsDevice
Résultat Microsoft.Xna.Framework