2
0
Martijn Laan 2 долоо хоног өмнө
parent
commit
b0a460909b

+ 1 - 0
Examples/CodeClasses.iss

@@ -348,6 +348,7 @@ begin
   
   BitmapImage := TBitmapImage.Create(Page);
   BitmapImage.AutoSize := True;
+  { Use BitmapImage.PngImage.LoadFromFile to load .png files }
   BitmapImage.Bitmap.LoadFromFile(BitmapFileName);
   BitmapImage.Parent := Page.Surface;