Search Results for

    Show / Hide Table of Contents

    Delegate ButtonCallback

    Represents the method that will be called when the button changes state.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public delegate void ButtonCallback(bool state);
    Parameters
    Type Name Description
    Boolean state

    The new state of the button.

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