Signature:
export interface IImageCoordinates
Properties
| Property | Type |
|---|---|
| xBL | number |
| xBR | number |
| xTL | number |
| xTR | number |
| yBL | number |
| yBR | number |
| yTL | number |
| yTR | number |
IImageCoordinates.xBL property
Signature:
xBL: number;
IImageCoordinates.xBR property
Signature:
xBR: number;
IImageCoordinates.xTL property
Signature:
xTL: number;
IImageCoordinates.xTR property
Signature:
xTR: number;
IImageCoordinates.yBL property
Signature:
yBL: number;
IImageCoordinates.yBR property
Signature:
yBR: number;
IImageCoordinates.yTL property
Signature:
yTL: number;
IImageCoordinates.yTR property
Signature:
yTR: number;