AvalonEdit
VisualLineElementGenerator Class
NamespacesICSharpCode.AvalonEdit.RenderingVisualLineElementGenerator
Abstract base class for generators that produce new visual line elements.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class VisualLineElementGenerator
Public MustInherit Class VisualLineElementGenerator
public ref class VisualLineElementGenerator abstract
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238