interface IRangedPositionFromSizeParams {
    position?: Partial<IRangedCoordinates>;
    size: IDimension;
}

Properties

Properties

position?: Partial<IRangedCoordinates>

the position to use for calculating the exact position

the size to use for calculating the position