Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISegment.cs
1using System.Threading.Tasks;
2using SkiaSharp;
3
5{
9 public interface ISegment : ILayoutElement
10 {
17
25 }
26}
Task Measure(DrawingState State, PathState PathState)
Measures layout entities and defines unassigned properties, related to dimensions.
Task Draw(DrawingState State, PathState PathState, SKPath Path)
Draws layout entities.
Base interface for all layout elements.