C# Класс Azmyth.Editor.Grid

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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