github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
image
ImageCoordSpace
Interface ImageCoordSpace
represents a 2d rectangle. compatible with DOMRect, without its inherited annoying readonly fields
interface
ImageCoordSpace
{
channels
:
|
1
|
2
|
3
|
4
;
x
:
number
;
y
:
number
;
width
:
number
;
height
:
number
;
}
Hierarchy (
view full
)
Rect
ImageCoordSpace
Index
Properties
channels
x
y
width
height
Properties
channels
channels
:
|
1
|
2
|
3
|
4
x
x
:
number
y
y
:
number
width
width
:
number
height
height
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channels
x
y
width
height
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
represents a 2d rectangle. compatible with DOMRect, without its inherited annoying readonly fields