Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Get bitmap from wireHBITMAP (https://www.delphipraxis.net/183733-get-bitmap-wirehbitmap.html)

WojTec 31. Jan 2015 13:50

Delphi-Version: XE6

Get bitmap from wireHBITMAP
 
I want to get bitmap with assessment rating figure in WinSAT style.

Delphi-Quellcode:
Bitmap: wireHBITMAP;

Visuals := CoCProvideWinSATVisuals.Create;
Visuals.get_Bitmap(WINSAT_BITMAP_SIZE_NORMAL, WinSAT.Info.AssessmentState, WinSAT.Info.SystemRating, Bitmap);
try
  // How to get image from wireHBITMAP?
finally
  // How to free data from get_Bitmap()?
end;
F1 :?


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:19 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz