Method DrawHorzLine
DrawHorzLine(Graphics, Brush, PointD, float, float)
Draws horizontal line using FillRectangle(Brush, RectD).
public static void DrawHorzLine(this Graphics dc, Brush brush, PointD point, float length, float width)
Draws horizontal line using FillRectangle(Brush, RectD).
public static void DrawHorzLine(this Graphics dc, Brush brush, PointD point, float length, float width)