Table of Contents

Method DrawLine

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

DrawLine(int, string, StringItemInfo[], Point, Rectangle)

Draws line given by its index at the specified position.

public override void DrawLine(int index, string line, StringItemInfo[] colorData, Point position, Rectangle clipRect)

Parameters

index int

Index of line to draw.

line string

Specifies text to draw.

colorData StringItemInfo[]

Specifies array containing color data for given string.

position Point

Position to start drawing.

clipRect Rectangle

Rectangular area of the control to draw line in.