Language Constants - Image¶
The following constants can be used in a function to tell how an image should be displayed in its object.
return drImageFill
| Constant | Explanation | Example |
|---|---|---|
| drImageFill | Scale the image to fit in the object's rectangle | ![]() |
| drImageFit | Resize the image to fit in the object's rectangle | ![]() |
| drImageOriginal | Display the image from the top left corner and clip the information by the size of the object's rectangle if there is more image information | ![]() |


