ControlPaint::DrawGrid Method (Graphics^, Rectangle, Size, Color)
.NET Framework (current version)
Draws a grid of one-pixel dots with the specified spacing, within the specified bounds, on the specified graphics surface, and in the specified color.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawGrid( Graphics^ graphics, Rectangle area, Size pixelsBetweenDots, Color backColor )
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics to draw on.
- area
-
Type:
System.Drawing::Rectangle
The Rectangle that represents the dimensions of the grid.
- pixelsBetweenDots
-
Type:
System.Drawing::Size
The Size that specified the height and width between the dots of the grid.
- backColor
-
Type:
System.Drawing::Color
The Color of the background behind the grid.
The backColor parameter is used to calculate the fill color of the dots so that the grid is always visible against the background.
.NET Framework
Available since 1.1
Available since 1.1
Show: