Vcl.Imaging.pngimage.TPngImage.SetPixels

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure SetPixels(const X, Y: Integer; const Value: TColor); virtual;

C++

virtual void __fastcall SetPixels(const int X, const int Y, const System::Uitypes::TColor Value);

Properties

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

Description

Sets the color of a specified pixel.

Call SetPixels to set the color of a pixel in the png image. The coordinates of the set pixel are given by the X and Y parameters. If the pixel at the specified position is not found, the function simply exists.

See Also