Click or drag to resize
Point Structure
An integer point structure.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public struct Point

The Point type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert the point to string representation for debugging purposes.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldX
X-coordinate of the point
Public fieldY
Y-coordinate of the point.
Top
See Also