Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IFlowingText.cs
1
using
System.Collections.Generic;
2
using
System.Threading.Tasks;
3
4
namespace
Waher.Layout.Layout2D.Model.Content.FlowingText
5
{
9
public
interface
IFlowingText
:
ILayoutElement
10
{
16
Task
MeasureSegments
(List<Segment> Segments,
DrawingState
State);
17
}
18
}
Waher.Layout.Layout2D.Model.DrawingState
Current drawing state.
Definition:
DrawingState.cs:18
Waher.Layout.Layout2D.Model.Content.FlowingText.IFlowingText
Base interface for flowing text
Definition:
IFlowingText.cs:10
Waher.Layout.Layout2D.Model.Content.FlowingText.IFlowingText.MeasureSegments
Task MeasureSegments(List< Segment > Segments, DrawingState State)
Measures text segments to a list of segments.
Waher.Layout.Layout2D.Model.ILayoutElement
Base interface for all layout elements.
Definition:
ILayoutElement.cs:13
Waher.Layout.Layout2D.Model.Content.FlowingText
Definition:
Bold.cs:8
IoTGateway
Layout
Waher.Layout.Layout2D
Model
Content
FlowingText
IFlowingText.cs
Generated by
1.9.5