C# Class Azmyth.Editor.MapViewer

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: GalacticSoft/Azmyth Class Usage Examples

Méthodes publiques

Свойство Type Description
AreaNode System.Windows.Forms.TreeNode
AreaPage System.Windows.Forms.TabPage
WorldID VectorID
gridControl1 GridControl
gridControl2 GridControl
gridControl3 GridControl

Méthodes publiques

Méthode Description
ClearCells ( ) : void
MapViewer ( ) : System
MapViewer ( VectorID worldID ) : System
RepaintMap ( ) : void
SetCellColor ( Vector vector, Color color, bool draw = false ) : void
SetTool ( ToolShape shape ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

gridControl2_CellHover ( object sender, Point e ) : void
txtName_TextChanged ( object sender, EventArgs e ) : void

Method Details

ClearCells() public méthode

public ClearCells ( ) : void
Résultat void

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

MapViewer() public méthode

public MapViewer ( ) : System
Résultat System

MapViewer() public méthode

public MapViewer ( VectorID worldID ) : System
worldID VectorID
Résultat System

RepaintMap() public méthode

public RepaintMap ( ) : void
Résultat void

SetCellColor() public méthode

public SetCellColor ( Vector vector, Color color, bool draw = false ) : void
vector Azmyth.Vector
color Color
draw bool
Résultat void

SetTool() public méthode

public SetTool ( ToolShape shape ) : void
shape ToolShape
Résultat void

Property Details

AreaNode public_oe property

public TreeNode,System.Windows.Forms AreaNode
Résultat System.Windows.Forms.TreeNode

AreaPage public_oe property

public TabPage,System.Windows.Forms AreaPage
Résultat System.Windows.Forms.TabPage

WorldID public_oe property

public VectorID WorldID
Résultat VectorID

gridControl1 public_oe property

public GridControl,Azmyth.Editor gridControl1
Résultat GridControl

gridControl2 public_oe property

public GridControl,Azmyth.Editor gridControl2
Résultat GridControl

gridControl3 public_oe property

public GridControl,Azmyth.Editor gridControl3
Résultat GridControl