crop-image
Preparing search index...
@imazen/crop-image-core
CropRect
Interface CropRect
Crop rectangle with coordinates as fractions of source image (0..1 range).
interface
CropRect
{
x1
:
number
;
x2
:
number
;
y1
:
number
;
y2
:
number
;
}
Index
Properties
x1
x2
y1
y2
Properties
x1
x1
:
number
x2
x2
:
number
y1
y1
:
number
y2
y2
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x1
x2
y1
y2
crop-image
Loading...
Crop rectangle with coordinates as fractions of source image (0..1 range).