Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPainter.cs
1using System;
2using SkiaSharp;
3
5{
9 public interface IPainter
10 {
15 bool UsesDefaultColor(object[] Parameters);
16
23 bool TrySetDefaultColor(SKColor Color, object[] Parameters);
24 }
25}
Interface for graph drawing functions.
Definition: IPainter.cs:10
bool UsesDefaultColor(object[] Parameters)
If graph uses default color
bool TrySetDefaultColor(SKColor Color, object[] Parameters)
Tries to set the default color.