PaintRangeGroupPoint Method
PaintRangeGroupPoint(Graphics, Point)
Paints the outline (range group) point.
Declaration
void PaintRangeGroupPoint(Graphics g, Point point)
Sub PaintRangeGroupPoint(g As Graphics, point As Point)
Parameters
Type |
Name |
Description |
Graphics |
g |
Graphics device interface for painting the point
|
Point |
point |
Point to paint
|