Point
Interface Point is used to define a point.
Definition
Assembly: dynamsoft-capture-vision-react-native
interface Point
Properties
| Property | Type | Description |
|---|---|---|
x |
number | X coordinate of the point. |
y |
number | Y coordinate of the point. |
x
X coordinate of the point.
x: number;
y
Y coordinate of the point.
y: number;