@kayahr/aseprite
Preparing search index...
Point
Interface Point
A point with an X and Y coordinate
interface
Point
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
The X coordinate.
y
y
:
number
The Y coordinate.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
x
y
@kayahr/aseprite
Loading...
A point with an X and Y coordinate