Vcl.Imaging.pngimage.TPngImage.DrawPartialTrans

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

procedure DrawPartialTrans(DC: HDC; Rect: TRect);

C++

void __fastcall DrawPartialTrans(HDC DC, const System::Types::TRect &Rect);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Beschreibung

Zeichnet das PNG-Bild mit teilweiser Transparenz auf die Zeichenfläche.

Mit DrawPartialTrans zeichnen Sie das PNG-Bild teilweise transparent auf die Zeichenfläche. DrawPartialTrans funktioniert nur, wenn das Bild teilweise Transparenz unterstützt.

Siehe auch