Show / Hide Table of Contents

    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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX