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
index
intIndex of line to draw.
position
PointPosition to start drawing.
clipRect
RectangleRectangular 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)