Table of Contents

Method DrawVertLine

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

DrawVertLine(Graphics, Brush, PointD, float, float)

Draws vertical line using FillRectangle(Brush, RectD).

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