Vcl.Imaging.pngimage.TPngImage.DrawPartialTrans

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Draws the png image on a canvas with partial transparency.

Call DrawPartialTrans to draw the png image on a canvas with partial transparency. DrawPartialTrans only works if the image supports partial transparency.

See Also