Table of Contents

Method DrawLine

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

DrawLine(int, Point, Rectangle)

Draws line given by its index at the specified position.

public override void DrawLine(int index, Point position, Rectangle clipRect)

Parameters

index int

Index of line to draw.

position Point

Position to start drawing.

clipRect Rectangle

Rectangular area of the control to draw line in.

DrawLine(int, Point, Rectangle, out int)

Draws line given by its index at the specified position.

public virtual void DrawLine(int index, Point position, Rectangle clipRect, out int realLine)

Parameters

index int

Index of line to draw.

position Point

Position to start drawing.

clipRect Rectangle

Rectangular area of the control to draw line in.

realLine int

Real line index.