Method DrawLine
DrawLine(int, Point, Rectangle)
Draws line given by its index at the specified position.
public override void DrawLine(int index, Point position, Rectangle clipRect)
Parameters
indexintIndex of line to draw.
positionPointPosition to start drawing.
clipRectRectangleRectangular area of the control to draw line in.
DrawLine(int, Point, Rectangle, out int)
Draws line given by its index at the specified position.
public virtual void DrawLine(int index, Point position, Rectangle clipRect, out int realLine)
Parameters
indexintIndex of line to draw.
positionPointPosition to start drawing.
clipRectRectangleRectangular area of the control to draw line in.
realLineintReal line index.
DrawLine(int, PointD, RectD)
public override void DrawLine(int index, PointD position, RectD clipRect)