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

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

Return Value

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