Y20251218-1000
The previous drawImage method required specifying the full source and destination rectangles, which meant the caller needed to know the image size up front.
This change replaces the old API call in CLabel with the newer, simplified drawImage overload that takes fewer parameters and no longer requires the caller to provide the image dimensions.