C# 클래스 Azmyth.Editor.Grid

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: GalacticSoft/Azmyth

공개 메소드들

메소드 설명
ClearCells ( ) : void
GetCells ( ) : Color>.Dictionary
GetViewPortOrigin ( ) : Point
GetViewPortRectangle ( ) : Rectangle
GetViewPortSize ( ) : Size
GetViewPortX ( ) : int
GetViewPortY ( ) : int
Grid ( ) : System
SetBounds ( int x, int y ) : void
SetCell ( int x, int y, Color color ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
GetCellX ( System p ) : int
GetCellY ( System p ) : int
GetPartialCellSizeX ( ) : int
GetPartialCellSizeY ( ) : int
Grid_MouseDown ( object sender, MouseEventArgs e ) : void
Grid_MouseMove ( object sender, MouseEventArgs e ) : void
Grid_MouseUp ( object sender, MouseEventArgs e ) : void
Grid_Paint ( object sender, PaintEventArgs e ) : void
InitializeComponent ( ) : void

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

메소드 상세

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

GetCells() 공개 메소드

public GetCells ( ) : Color>.Dictionary
리턴 Color>.Dictionary

GetViewPortOrigin() 공개 메소드

public GetViewPortOrigin ( ) : Point
리턴 System.Drawing.Point

GetViewPortRectangle() 공개 메소드

public GetViewPortRectangle ( ) : Rectangle
리턴 System.Drawing.Rectangle

GetViewPortSize() 공개 메소드

public GetViewPortSize ( ) : Size
리턴 System.Drawing.Size

GetViewPortX() 공개 메소드

public GetViewPortX ( ) : int
리턴 int

GetViewPortY() 공개 메소드

public GetViewPortY ( ) : int
리턴 int

Grid() 공개 메소드

public Grid ( ) : System
리턴 System

SetBounds() 공개 메소드

public SetBounds ( int x, int y ) : void
x int
y int
리턴 void

SetCell() 공개 메소드

public SetCell ( int x, int y, Color color ) : void
x int
y int
color Color
리턴 void