pub type ImageMode = DrawMode;
Drawing mode which determines how (x, y) coordinates are interpreted when drawing Images.
(x, y)
pub enum ImageMode { Corner, Center, }
Use (x, y) as the top-left corner. Default.
Use (x, y) as the center.