Show / Hide Table of Contents

    Delegate FillFunc

    A callback function that fills a region.

    Namespace: PLplot
    Assembly: PLplotNet.dll
    Syntax
    public delegate void FillFunc(Int32 n, Double[] x, Double[] y);
    Parameters
    Type Name Description
    Int32 n

    Number of elements in the x and y vectors.

    Double[] x

    Vector of x-coordinates of vertices.

    Double[] y

    Vector of y-coordinates of vertices.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX