Vcl.Graphics.TCanvas.SetPixel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPixel(X, Y: Integer; Value: TColor); override;

C++

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

Properties

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

Description

Represents the setter method for the Pixels property.

SetPixel is called each time the color of a pixel in the Pixels property is changed.

See Also