FMX.Utils.FillAlphaColorRect
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);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
public | FMX.Utils.pas FMX.Utils.hpp |
FMX.Utils | FMX.Utils |
Beschreibung
Füllt einen Bereich eines Rechtecks mit der gegebenen TAlphaColor.
FillAlphaColorRect übernimmt die folgenden Parameter:
WidthundHeightlegen den Bereich im Rechteck fest.- (
X1,Y1)-(X2,Y2) legen den zu füllenden Bereich fest. Dest: PAlphaColorArray, TAlphaColor-Array.Value: Numerischer Wert von TAlphaColor.
- Hinweis: In dem zu füllenden Bereich des Rechtecks sind die rechten und unteren Begrenzungsrändern nicht enthalten.