Interface ITextProvider
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface ITextProvider
Properties
NextId
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
Objects
Declaration
IReadOnlyDictionary<uint, IText> Objects { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.UInt32, IText> |
|
ObjectsWithLine
Declaration
IReadOnlyDictionary<uint, ITextWithLine> ObjectsWithLine { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.UInt32, ITextWithLine> |
|
Methods
Subscribe(ITextObserver)
Declaration
void Subscribe(ITextObserver observer)
Parameters
Unsubscribe(ITextObserver)
Declaration
void Unsubscribe(ITextObserver observer)
Parameters