Interface BaseCropPhotoRect

interface BaseCropPhotoRect {
    x: number;
    x2: number;
    y: number;
    y2: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

x x2 y y2

Properties

x: number

Coordinate X of the left upper corner

x2: number

Coordinate X of the right lower corner

y: number

Coordinate Y of the left upper corner

y2: number

Coordinate Y of the right lower corner

Generated using TypeDoc