Class CVTemplateMatchEventArgs
CV template match event args.
Inherited Members
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. |