C# Class NekoKun.RPGMaker.MapPanelBase

Inheritance: UI.OwnerPaintPanel
Afficher le fichier Open project: NekoProject/NekoKun

Protected Properties

Свойство Type Description
justLayer int
layers List
layersVisible List
mapSize System.Drawing.Size
shadowBrush System.Drawing.SolidBrush
size System.Drawing.Size
tileset TilesetInfo
zoom float

Méthodes publiques

Méthode Description
DrawTile ( int x, int y ) : void
MapPanelBase ( List layers, TilesetInfo tileset ) : System
MapPointValid ( System pt ) : bool
PointToMapPoint ( System pt ) : System.Drawing.Point
PointToMapPoint ( int x, int y ) : System.Drawing.Point

Méthodes protégées

Méthode Description
this_Paint ( object sender, System e ) : void

Private Methods

Méthode Description
PaintTile ( int x, int y, System g ) : void
PaintTileInternal ( MapLayer item, System dest, int x, int y, System g ) : void

Method Details

DrawTile() public méthode

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

MapPanelBase() public méthode

public MapPanelBase ( List layers, TilesetInfo tileset ) : System
layers List
tileset TilesetInfo
Résultat System

MapPointValid() public méthode

public MapPointValid ( System pt ) : bool
pt System
Résultat bool

PointToMapPoint() public méthode

public PointToMapPoint ( System pt ) : System.Drawing.Point
pt System
Résultat System.Drawing.Point

PointToMapPoint() public méthode

public PointToMapPoint ( int x, int y ) : System.Drawing.Point
x int
y int
Résultat System.Drawing.Point

this_Paint() protected méthode

protected this_Paint ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

justLayer protected_oe property

protected int justLayer
Résultat int

layers protected_oe property

protected List layers
Résultat List

layersVisible protected_oe property

protected List layersVisible
Résultat List

mapSize protected_oe property

protected System.Drawing.Size mapSize
Résultat System.Drawing.Size

shadowBrush protected_oe property

protected System.Drawing.SolidBrush shadowBrush
Résultat System.Drawing.SolidBrush

size protected_oe property

protected System.Drawing.Size size
Résultat System.Drawing.Size

tileset protected_oe property

protected TilesetInfo,NekoKun.RPGMaker tileset
Résultat TilesetInfo

zoom protected_oe property

protected float zoom
Résultat float