FMX.Utils.FillAlphaColorRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FillAlphaColorRect(const Dest: PAlphaColorArray; Width, Height, X1, Y1, X2, Y2: Integer; const Value: TAlphaColor);

C++

extern DELPHI_PACKAGE void __fastcall FillAlphaColorRect(const PAlphaColorArray Dest, int Width, int Height, int X1, int Y1, int X2, int Y2, const System::Uitypes::TAlphaColor Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils


Description

Fills a region of a rectangle with the given TAlphaColor.

FillAlphaColorRect receives as parameters:


Note: In the rectangle region to fill, the right-bottom bounds are not included.

See Also