Abstract base class for generators that produce new visual line elements.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract class VisualLineElementGenerator
Public MustInherit Class VisualLineElementGenerator
public ref class VisualLineElementGenerator abstract
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
VisualLineElementGenerator()()()() | Initializes a new instance of the VisualLineElementGenerator class | |
ConstructElement(Int32) |
Constructs an element at the specified offset.
May return null if no element should be constructed.
| |
CurrentContext |
Gets the text run construction context.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
FinishGeneration()()()() |
De-initializes the generator.
| |
GetFirstInterestedOffset(Int32) |
Gets the first offset >= startOffset where the generator wants to construct an element.
Return -1 to signal no interest.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
StartGeneration(ITextRunConstructionContext) |
Initializes the generator for the ITextRunConstructionContext | |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | ||
VisualLineElementGenerator | ||
FoldingElementGenerator | ||
LinkElementGenerator |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238