Click or drag to resize

Quad Class

An arbitrary 2D quadrilateral with integer vertex coordinates.
Inheritance Hierarchy
SystemObject
  Scandit.RecognitionQuad

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public class Quad

The Quad type exposes the following members.

Methods
  NameDescription
Public methodAllPoints
Enumerable for all corner points.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Convert the quad to a string representation for debugging purposes.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldBottomLeft
Bottom-Left corner of the quadrilateral
Public fieldBottomRight
Bottom-right corner of the quadrilateral
Public fieldTopLeft
Top-Left corner of the quadrilateral
Public fieldTopRight
Top-right corner of the quadrilateral
Top
Version Information

Supported in: 1.0
See Also