Constructor OutlineRange
OutlineRange()
Initializes a new instance of the OutlineRange class with default settings.
public OutlineRange()
OutlineRange(Point, Point, int, string)
Initializes a new instance of the OutlineRange class with specified parameters.
public OutlineRange(Point start, Point end, int level, string text)
Parameters
startPointSpecifies start position of the text to outline.
endPointSpecifies end position of the text to outline.
levelintSpecifies level of outline nesting for new instance.
textstringSpecifies text substituting collapsed outline section.
OutlineRange(Point, Point, int, string, bool)
Initializes a new instance of the OutlineRange class with specified parameters.
public OutlineRange(Point start, Point end, int level, string text, bool visible)
Parameters
startPointSpecifies start position of the text to outline.
endPointSpecifies end position of the text to outline.
levelintSpecifies level of outline nesting for new instance.
textstringSpecifies text substituting collapsed outline section.
visibleboolIndicates whether this new instance is visible (expanded).