ImageBox
Returns a box corresponding to the dimensions of an image.
Syntax
C++
Python
def ImageBox(
inImage: Image,
/
)
-> outBox: Box
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
outBox | Box | Output box |
Returns a box corresponding to the dimensions of an image.
def ImageBox(
inImage: Image,
/
)
-> outBox: Box
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
outBox | Box | Output box |