Property | Type | Description | |
---|---|---|---|
clientSize | Size | ||
dots | List
|
||
dotsAcross | int | ||
pixelsPerDot | int |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
DotGrid ( ) : System | ||
DrawDot ( Graphics g, int row, int col ) : void | ||
DrawDot ( int row, int col ) : void | ||
DrawGrid ( Graphics g ) : void | ||
EraseDot ( Graphics g, int row, int col ) : void | ||
EraseDot ( int row, int col ) : void | ||
GetAllDots ( ) : ].bool[ | ||
GetDot ( int row, int col ) : bool | ||
ResizeTo ( int newDotsAcross, int newDotsDown ) : void | ||
SetAllDots ( bool dotValues ) : void | ||
SetDot ( int row, int col, bool dotValue ) : void | ||
UpdateGridSize ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DotGrid_MouseDown ( object sender, MouseEventArgs e ) : void | ||
DotGrid_Paint ( object sender, PaintEventArgs e ) : void | ||
DotGrid_Resize ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public DrawDot ( Graphics g, int row, int col ) : void | ||
g | Graphics | |
row | int | |
col | int | |
return | void |
public EraseDot ( Graphics g, int row, int col ) : void | ||
g | Graphics | |
row | int | |
col | int | |
return | void |
public ResizeTo ( int newDotsAcross, int newDotsDown ) : void | ||
newDotsAcross | int | |
newDotsDown | int | |
return | void |
public SetDot ( int row, int col, bool dotValue ) : void | ||
row | int | |
col | int | |
dotValue | bool | |
return | void |