Method DrawDotLine
DrawDotLine(int, int, int, int, Color, Color, int)
Draws a dotted line from the given start position up to the specified end point.
public virtual void DrawDotLine(int x1, int y1, int x2, int y2, Color color1, Color color2, int size = 1)