Last active
September 19, 2016 20:21
-
-
Save par4dise/b39aa9d91ad2b300e62424a62bf132a8 to your computer and use it in GitHub Desktop.
TPngImageList to TImage or TPngBitBtn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Assign to a TPngBitBtn | |
---------------------- | |
myPngBitBtn.PngImage := imageList.PngImages.Items[0].PngImage | |
Assign to a TImage | |
------------------ | |
imageList.GetBitmap(0, myImage.Picture.Bitmap) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment