EdgeResult Structure

CVB.Net Documentation
Edge Search result

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public struct EdgeResult : IPosition, 
	IQualified

The EdgeResult type exposes the following members.

Constructors

  NameDescription
Public methodEdgeResult
Constructor.
Top
Properties

  NameDescription
Public propertyQuality
Quality of detection, depending on the method used.
Public propertyType
Type of the edge.
Public propertyX
x-position relative to the last line processed (see Area).
Public propertyY
y-position relative to the last line processed (see Area).
Top
Methods

  NameDescription
Public methodEquals
Tests whether obj is an EdgeResult structure with the same content as this EdgeResult structure.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this Rectangle
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets the string representation of this edge result.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Comparison operator for Rect structs.
Public operatorStatic memberInequality
Comparison operator for Rect structs.
Top
Fields

  NameDescription
Public fieldStatic memberEmpty
The edge result returned when nothing has been found.
Top
See Also

Reference