Vcl.Graphics.TWICImage.Draw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Draw(ACanvas: TCanvas; const Rect: TRect); override;

C++

virtual void __fastcall Draw(TCanvas* ACanvas, const System::Types::TRect &Rect);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage

Description

Renders the image onto the canvas at the coordinates of a given rectangle.

Draw calls this function to render the image onto its canvas at the coordinates specified by the Rect parameter.

See Also