Delegate DefinedFunc
Callback function specifying the region that should be plotted in the shade plot
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public delegate Boolean DefinedFunc(Double x, Double y);
Parameters
Type | Name | Description |
---|---|---|
Double | x | x-coordinate to be tested for whether it is in the defined region. |
Double | y | y-coordinate to be tested for whether it is in the defined region. |
Returns
Type | Description |
---|---|
Boolean |