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