Browse Source

Add png 'example'.

Martijn Laan 2 tuần trước cách đây
mục cha
commit
b0a460909b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Examples/CodeClasses.iss

+ 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;