Table of Contents

Class DrawInfo

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

Contains full information about text fragment to be drawn.

public class DrawInfo : IDrawInfo
Inheritance
DrawInfo
Implements

Properties

Char

The starting character of the text fragment.

GutterImage

Specifies an index of the image drawn on the gutter.

Line

The index of line in the text.

Page

Specifies index of page containing the text to be drawn.

Selection

Specifies whether text fragment is selected.

Style

Represents index of lexical style used to draw this text fragment.

Text

String to draw.

TextStyle

Contains TextStyle information for this text fragment.

Methods

Reset()

Resets DrawInfo members to their default values.