Preparing search index...
The search index is not available
zxing-wasm
zxing-wasm
full
Point
Interface Point
X, Y coordinates to describe a point.
See
Position
interface
Point
{
x
:
number
;
y
:
number
;
}
Hierarchy
ZXingPoint
Point
Index
Properties
x
y
Properties
x
x
:
number
X coordinate.
y
y
:
number
Y coordinate.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
zxing-wasm
Loading...
X, Y coordinates to describe a point.
See
Position