Draws a box on an image.
def DrawBox( ioImage: Image, inBox: Box, inColor: Pixel, /, *, inOpacity: float = 1.0 ) -> None