Vcl.Direct2D.TDirect2DCanvas.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.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

Description

Represents the setter method for the Pixels property.

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

Warning: SetPixel raises an exception. TDirect2DCanvas does not support Pixels.

See Also