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