A new Picture::createPictureWithAlphaChannel method
It would be useful if there was a way to create a rectangle subset of a picture loaded into a picture control while retaining any alpha channel settings for opacity. For ease of use, it would be good if this method let you specify the rectangle of the picture you want to use for the create, something along the lines of the following:
Picture::createPictureWithAlphaChannel( x, y, width, height : Real ) : Binary
HistoricalComments
James Burnby 29/03/2018 9:18:15 AM Sounds good. Perhaps Jade could match the bitmap api functions? https://msdn.microsoft.com/en-us/library/windows/desktop/dd183385(v=vs.85).aspx
|