Vcl.Imaging.pngimage.TPngImage.Canvas

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property AlphaScanline[const Index: Integer]: pByteArray read GetAlphaScanline; procedure DrawUsingPixelInformation(Canvas: TCanvas; Point: TPoint); {Canvas} {$IFDEF UseDelphi}property Canvas: TCanvas read fCanvas;{$ENDIF}

C++

__property Vcl::Graphics::TCanvas* Canvas = {read=fCanvas};

Properties

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

Description

Specifies the canvas object associated with the png image.

Use the Canvas property to access the canvas associated with the png image. The canvas object allows you to manipulate the image contents using standard drawing methods.

See Also