FMX.Surfaces.TBitmapSurface.Pixels

From RAD Studio API Documentation
Jump to: navigation, search

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. Please help us document this topic by using the Discussion page!