[]
Paints the outline (range group) line.
public void PaintRangeGroupLine(Graphics g, Point startPoint, Point endPoint)
Public 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 | Starting point of the line |
Point | endPoint | Ending point of the line |