VideoCrop interface
Defines a video crop rectangle using top-left and bottom-right coordinates.
Properties
| bottom |
Bottom-right corner of the crop region. Array of [x, y], must be non-negative integers. |
| top |
Top-left corner of the crop region. Array of [x, y], must be non-negative integers. |
Property Details
bottomRight
Bottom-right corner of the crop region. Array of [x, y], must be non-negative integers.
bottomRight: number[]
Property Value
number[]
topLeft
Top-left corner of the crop region. Array of [x, y], must be non-negative integers.
topLeft: number[]
Property Value
number[]