Property Bounds
- Namespace
 - LMKit.Extraction
 
- Assembly
 - LM-Kit.NET.dll
 
Bounds
Gets the detected bounds of the element, when available.
public Quadrilateral Bounds { get; }
Property Value
Examples
var b = resultElement.Bounds;
if (!b.IsEmpty) { /* use bounds for highlighting in a viewer */ }