C# Class SphereStudio.Plugins.Components.GraphicalLayer.LayerCell

Afficher le fichier Open project: Radnen/spherestudio

Méthodes publiques

Méthode Description
Allocate ( Layer layer, Tileset tileset ) : void
Deallocate ( ) : void
Draw ( Graphics map, Point &offset ) : void
DrawTile ( int x, int y, Bitmap img ) : void
LayerCell ( Point offset, int tile_width, int tile_height ) : System
Redraw ( Layer layer, Tileset tileset ) : void
SetZoom ( int zoom ) : void

Method Details

Allocate() public méthode

public Allocate ( Layer layer, Tileset tileset ) : void
layer Sphere.Core.Layer
tileset Sphere.Core.Tileset
Résultat void

Deallocate() public méthode

public Deallocate ( ) : void
Résultat void

Draw() public méthode

public Draw ( Graphics map, Point &offset ) : void
map System.Drawing.Graphics
offset Point
Résultat void

DrawTile() public méthode

public DrawTile ( int x, int y, Bitmap img ) : void
x int
y int
img System.Drawing.Bitmap
Résultat void

LayerCell() public méthode

public LayerCell ( Point offset, int tile_width, int tile_height ) : System
offset Point
tile_width int
tile_height int
Résultat System

Redraw() public méthode

public Redraw ( Layer layer, Tileset tileset ) : void
layer Sphere.Core.Layer
tileset Sphere.Core.Tileset
Résultat void

SetZoom() public méthode

public SetZoom ( int zoom ) : void
zoom int
Résultat void