Draws a grid of one pixel dots in the given rectangle.
[Visual Basic] Public Shared Sub DrawGrid( _ ByVal graphics As Graphics, _ ByVal area As Rectangle, _ ByVal pixelsBetweenDots As Point, _ ByVal backColor As Color _ ) [C#] public static void DrawGrid( Graphics graphics, Rectangle area, Point pixelsBetweenDots, Color backColor ); [C++] public: static void DrawGrid( Graphics* graphics, Rectangle area, Point pixelsBetweenDots, Color backColor ); [JScript] public static function DrawGrid( graphics : Graphics, area : Rectangle, pixelsBetweenDots : Point, backColor : Color );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace