Vcl.Graphics.TCustomCanvas.SetPixel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Represents the setter method for the Pixels property.

SetPixel is an abstract method that must be implemented in descending classes. SetPixel is called each time the color of a pixel in the Pixels property is changed.

See Also