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
start
PointSpecifies start position of the text to outline.
end
PointSpecifies end position of the text to outline.
level
intSpecifies level of outline nesting for new instance.
text
stringSpecifies 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
start
PointSpecifies start position of the text to outline.
end
PointSpecifies end position of the text to outline.
level
intSpecifies level of outline nesting for new instance.
text
stringSpecifies text substituting collapsed outline section.
visible
boolIndicates whether this new instance is visible (expanded).