Interface IDrawInfo
Contains full information about text fragment to be drawn.
public interface IDrawInfo
Properties
- Char
When implemented by a class, specifies a starting character of the text fragment.
- GutterImage
When implemented by a class, specifies an index of the image drawn on the gutter.
- Line
When implemented by a class, specifies an index of line in the text.
- Page
When implemented by a class, specifies index of page containing the text to be drawn.
- Selection
When implemented by a class, specifies whether text fragment is selected.
- Style
When implemented by a class, represents an index of lexical style used to draw this text fragment.
- Text
When implemented by a class, represents a string to draw.
- TextStyle
When implemented by a class, represents a
TextStyle
information for this text fragment.
Methods
- Reset()
When implemented by a class, resets
DrawInfo
members to their default values.