SheetXL - v0.3.20
Preparing search index...
@sheetxl/sdk
Point
Interface Point
Represents a point in 2D space.
interface
Point
{
x
:
number
;
y
:
number
;
}
Hierarchy (
View Summary
)
Point
Bounds
Index
Properties
x
y
Properties
x
x
:
number
The x coordinate of the point.
y
y
:
number
The y coordinate of the point.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
x
y
SheetXL - v0.3.20
Loading...
Represents a point in 2D space.