Method | Description | |
---|---|---|
Draw ( Graphics g, |
Draws the grid
|
|
Grid ( ) : System.Collections.Generic |
Default constructor
|
Method | Description | |
---|---|---|
DrawGridLines ( Graphics g, |
Does all the work in drawing grid lines.
|
public Draw ( Graphics g, |
||
g | Graphics | The graphics surface on which to draw |
xAxis | The physical x axis to draw horizontal lines parallel to. | |
yAxis | The physical y axis to draw vertical lines parallel to. | |
return | void |