C# Class SCSharp.UI.MapRenderer

Afficher le fichier Open project: kangaroo/scsharp Class Usage Examples

Méthodes publiques

Méthode Description
MapRenderer ( Mpq mpq, Chk chk ) : System
MapRenderer ( Mpq mpq, Chk chk, int width, int height ) : System
Paint ( System.DateTime dt ) : void
RenderToBitmap ( Mpq mpq, Chk chk ) : byte[]
RenderToSurface ( ) : SdlDotNet.Graphics.Surface
SetUpperLeft ( int x, int y ) : void

Private Methods

Méthode Description
GetTile ( int mapTile ) : SdlDotNet.Graphics.Surface

Method Details

MapRenderer() public méthode

public MapRenderer ( Mpq mpq, Chk chk ) : System
mpq Mpq
chk Chk
Résultat System

MapRenderer() public méthode

public MapRenderer ( Mpq mpq, Chk chk, int width, int height ) : System
mpq Mpq
chk Chk
width int
height int
Résultat System

Paint() public méthode

public Paint ( System.DateTime dt ) : void
dt System.DateTime
Résultat void

RenderToBitmap() public méthode

public RenderToBitmap ( Mpq mpq, Chk chk ) : byte[]
mpq Mpq
chk Chk
Résultat byte[]

RenderToSurface() public méthode

public RenderToSurface ( ) : SdlDotNet.Graphics.Surface
Résultat SdlDotNet.Graphics.Surface

SetUpperLeft() public méthode

public SetUpperLeft ( int x, int y ) : void
x int
y int
Résultat void