API:Vcl.Graphics.TCustomCanvas.Pixels
Delphi
property Pixels[X, Y: Integer]: TColor read GetPixel write SetPixel;
C++
__property System::Uitypes::TColor Pixels[int X][int Y] = {read=GetPixel, write=SetPixel};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TCustomCanvas |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!