Table of Contents

Method DrawHorzLine

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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)

Parameters

dc Graphics

Drawing context.

brush Brush

Brush to draw line.

point PointD

Starting point.

length double

Line length.

width double

Line width.