FMX.Surfaces.TBitmapSurface.Pixels
Delphi
property Pixels[const X, Y: Integer]: TAlphaColor read GetPixel write SetPixel;
C++
__property System::Uitypes::TAlphaColor Pixels[const int X][const int Y] = {read=GetPixel, write=SetPixel};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Surfaces.pas FMX.Surfaces.hpp |
FMX.Surfaces | TBitmapSurface |
Description
Embarcadero Technologies does not currently have any additional information.