Class CropEffect
Package: @aurigma/design-atoms
Constructors
(constructor)(x, y, width, height)
Constructs a new instance of the CropEffect class
Declaration
constructor(x: number, y: number, width: number, height: number);
Parameters
| Type | Name | Description |
|---|---|---|
| number | x | |
| number | y | |
| number | width | |
| number | height |
Properties
__type
Declaration
__type: string;
Property Value
| Type | Description |
|---|---|
| string |
height
Declaration
height: number;
Property Value
| Type | Description |
|---|---|
| number |
width
Declaration
width: number;
Property Value
| Type | Description |
|---|---|
| number |
x
Declaration
x: number;
Property Value
| Type | Description |
|---|---|
| number |
y
Declaration
y: number;
Property Value
| Type | Description |
|---|---|
| number |