C# Class NekoKun.RPGMaker.MapPanelBase

Inheritance: UI.OwnerPaintPanel
ファイルを表示 Open project: NekoProject/NekoKun

Protected Properties

Property Type Description
justLayer int
layers List
layersVisible List
mapSize System.Drawing.Size
shadowBrush System.Drawing.SolidBrush
size System.Drawing.Size
tileset TilesetInfo
zoom float

Public Methods

Method 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

Protected Methods

Method Description
this_Paint ( object sender, System e ) : void

Private Methods

Method 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 method

public DrawTile ( int x, int y ) : void
x int
y int
return void

MapPanelBase() public method

public MapPanelBase ( List layers, TilesetInfo tileset ) : System
layers List
tileset TilesetInfo
return System

MapPointValid() public method

public MapPointValid ( System pt ) : bool
pt System
return bool

PointToMapPoint() public method

public PointToMapPoint ( System pt ) : System.Drawing.Point
pt System
return System.Drawing.Point

PointToMapPoint() public method

public PointToMapPoint ( int x, int y ) : System.Drawing.Point
x int
y int
return System.Drawing.Point

this_Paint() protected method

protected this_Paint ( object sender, System e ) : void
sender object
e System
return void

Property Details

justLayer protected_oe property

protected int justLayer
return int

layers protected_oe property

protected List layers
return List

layersVisible protected_oe property

protected List layersVisible
return List

mapSize protected_oe property

protected System.Drawing.Size mapSize
return System.Drawing.Size

shadowBrush protected_oe property

protected System.Drawing.SolidBrush shadowBrush
return System.Drawing.SolidBrush

size protected_oe property

protected System.Drawing.Size size
return System.Drawing.Size

tileset protected_oe property

protected TilesetInfo,NekoKun.RPGMaker tileset
return TilesetInfo

zoom protected_oe property

protected float zoom
return float