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
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
x
y
zxing-wasm
full
reader
writer
scanner
stream
react/hooks
Generated using
TypeDoc
X, Y coordinates to describe a point.
See
Position