[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EnhancedInterfaceRenderer.PaintRangeGroupLine

PaintRangeGroupLine Method

PaintRangeGroupLine(Graphics, Point, Point)

Paints the outline (range group) line.

Declaration
public void PaintRangeGroupLine(Graphics g, Point startPoint, Point endPoint)
Public Sub PaintRangeGroupLine(g As Graphics, startPoint As Point, endPoint As Point)
Parameters
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

Implements