C# 클래스 Azmyth.Editor.MapViewer

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: GalacticSoft/Azmyth 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AreaNode System.Windows.Forms.TreeNode
AreaPage System.Windows.Forms.TabPage
WorldID VectorID
gridControl1 GridControl
gridControl2 GridControl
gridControl3 GridControl

공개 메소드들

메소드 설명
ClearCells ( ) : void
MapViewer ( ) : System
MapViewer ( VectorID worldID ) : System
RepaintMap ( ) : void
SetCellColor ( Vector vector, Color color, bool draw = false ) : void
SetTool ( ToolShape shape ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

ClearCells() 공개 메소드

public ClearCells ( ) : void
리턴 void

Dispose() 보호된 메소드

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

MapViewer() 공개 메소드

public MapViewer ( ) : System
리턴 System

MapViewer() 공개 메소드

public MapViewer ( VectorID worldID ) : System
worldID VectorID
리턴 System

RepaintMap() 공개 메소드

public RepaintMap ( ) : void
리턴 void

SetCellColor() 공개 메소드

public SetCellColor ( Vector vector, Color color, bool draw = false ) : void
vector Azmyth.Vector
color Color
draw bool
리턴 void

SetTool() 공개 메소드

public SetTool ( ToolShape shape ) : void
shape ToolShape
리턴 void

프로퍼티 상세

AreaNode 공개적으로 프로퍼티

public TreeNode,System.Windows.Forms AreaNode
리턴 System.Windows.Forms.TreeNode

AreaPage 공개적으로 프로퍼티

public TabPage,System.Windows.Forms AreaPage
리턴 System.Windows.Forms.TabPage

WorldID 공개적으로 프로퍼티

public VectorID WorldID
리턴 VectorID

gridControl1 공개적으로 프로퍼티

public GridControl,Azmyth.Editor gridControl1
리턴 GridControl

gridControl2 공개적으로 프로퍼티

public GridControl,Azmyth.Editor gridControl2
리턴 GridControl

gridControl3 공개적으로 프로퍼티

public GridControl,Azmyth.Editor gridControl3
리턴 GridControl