Click or drag to resize

PointF Structure

2-dimensional point with floating point precision

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public struct PointF

The PointF type exposes the following members.

Constructors
  NameDescription
Public methodPointF
Construct new 2-dimensional point
Top
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
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldX
X-coordinate.
Public fieldY
Y-coordinate.
Top
Version Information

Supported in: 1.0
See Also