C# Class Heroes.Core.Map.BigMapDraw

Afficher le fichier Open project: edwardsak/homm

Méthodes publiques

Свойство Type Description
_bigMap Image
_mapTerrain Heroes.Core.Map.Terrain.MapTerrain

Méthodes publiques

Méthode Description
BigMapDraw ( ) : System
Draw ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
BigMapController_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

BigMapDraw() public méthode

public BigMapDraw ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Property Details

_bigMap public_oe property

public Image _bigMap
Résultat Image

_mapTerrain public_oe property

public MapTerrain,Heroes.Core.Map.Terrain _mapTerrain
Résultat Heroes.Core.Map.Terrain.MapTerrain