Table of Contents

Method DrawHorzLine

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

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)

Parameters

dc Graphics

Drawing context.

brush Brush

Brush to draw line.

point PointD

Starting point.

length float

Line length.

width float

Line width.