LayoutElement
The LayoutElement class represents an element in a layout result. It combines the element’s geometry with its origin information.
Definition
Namespace: Dynamsoft.Utility
public class LayoutElement
Properties
| Property | Type | Description |
|---|---|---|
quad |
Quadrilateral | Geometric coordinates of the element. |
source |
LayoutElementSource | Origin of this element (Input / Inferred / None). |
quad
public Quadrilateral quad;
See Also
source
public LayoutElementSource source = LayoutElementSource.LES_NONE;
See Also