Vcl.Imaging.pngimage.TPngImage.DrawUsingPixelInformation

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure DrawUsingPixelInformation(Canvas: TCanvas; Point: TPoint);

C++

void __fastcall DrawUsingPixelInformation(Vcl::Graphics::TCanvas* Canvas, const Winapi::Windows::TPoint &Point);

Properties

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

Description

Draws the png image on a canvas considering the pixel information.

Call DrawUsingPixelInformation to draw the png image on a canvas, taking into account the attached pixel information. DrawUsingPixelInformation uses the pixel information stored in the image to draw the image on the canvas preserving the quality of the image.

See Also