Property | Type | Description | |
---|---|---|---|
justLayer | int | ||
layers | List |
||
layersVisible | List |
||
mapSize | System.Drawing.Size | ||
shadowBrush | System.Drawing.SolidBrush | ||
size | System.Drawing.Size | ||
tileset | |||
zoom | float |
Method | Description | |
---|---|---|
DrawTile ( int x, int y ) : void | ||
MapPanelBase ( List |
||
MapPointValid ( System pt ) : bool | ||
PointToMapPoint ( System pt ) : System.Drawing.Point | ||
PointToMapPoint ( int x, int y ) : System.Drawing.Point |
Method | Description | |
---|---|---|
this_Paint ( object sender, System e ) : void |
Method | Description | |
---|---|---|
PaintTile ( int x, int y, System g ) : void | ||
PaintTileInternal ( |
public MapPanelBase ( List |
||
layers | List |
|
tileset | ||
return | System |
public PointToMapPoint ( System pt ) : System.Drawing.Point | ||
pt | System | |
return | System.Drawing.Point |
public PointToMapPoint ( int x, int y ) : System.Drawing.Point | ||
x | int | |
y | int | |
return | System.Drawing.Point |
protected this_Paint ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected System.Drawing.SolidBrush shadowBrush | ||
return | System.Drawing.SolidBrush |