Click or drag to resize
QuadAllPoints Method
Enumerable for all corner points.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public IEnumerable<Point> AllPoints()

Return Value

Type: IEnumerablePoint
All points ordered as topLeft, topRight, bottomRight, bottomLeft
See Also