[]
Paints the outline (range group) line.
void PaintRangeGroupLine(Graphics g, Point startPoint, Point endPoint)
Sub PaintRangeGroupLine(g As Graphics, startPoint As Point, endPoint As Point)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the line |
Point | startPoint | Start point of the line |
Point | endPoint | End point of the line |