Table of Contents

Method DrawVertLine

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

DrawVertLine(Graphics, Brush, PointD, double, double)

Draws vertical line using FillRectangle(Brush, RectD).

public static void DrawVertLine(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.