VisioForge (c) 2025

Search Results for

    Class CVTemplateMatchEventArgs

    CV template match event args.

    Inheritance
    object
    EventArgs
    CVTemplateMatchEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.Events
    Assembly: VisioForge.Core.dll
    Syntax
    public class CVTemplateMatchEventArgs : EventArgs

    Constructors

    CVTemplateMatchEventArgs(Rect, double)

    Initializes a new instance of the CVTemplateMatchEventArgs class.

    Declaration
    public CVTemplateMatchEventArgs(Rect rectangle, double result)
    Parameters
    Type Name Description
    Rect rectangle

    The rectangle.

    double result

    The result.

    Properties

    Rectangle

    Gets the rectangle.

    Declaration
    public Rect Rectangle { get; }
    Property Value
    Type Description
    Rect

    The rectangle.

    Result

    Gets the result.

    Declaration
    public double Result { get; }
    Property Value
    Type Description
    double

    The result.

    Methods

    ToString()

    Returns a string that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents this instance.

    Overrides
    object.ToString()