Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IFlowingText.cs
1using System.Collections.Generic;
2using System.Threading.Tasks;
3
5{
9 public interface IFlowingText : ILayoutElement
10 {
16 Task MeasureSegments(List<Segment> Segments, DrawingState State);
17 }
18}
Task MeasureSegments(List< Segment > Segments, DrawingState State)
Measures text segments to a list of segments.
Base interface for all layout elements.