Function: getFullImageSize
▸ getFullImageSize(__namedParameters): Object
This function will return the size of an image as if the image were to be seen faded out underneath the selected portion. Useful to see the whole image in a selection context.
Parameters
| Name | Type |
|---|---|
__namedParameters | GetFullImageSizeProps |
Returns
Object
| Name | Type |
|---|---|
height | number |
width | number |
Defined in
packages/ida-framework/src/features/subselectionBox/logic.ts:59