Vcl.GraphUtil.SplitTransparentBitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function SplitTransparentBitmap(Source: TBitmap; SourceRect: TRect): TBitmap;

C++

extern DELPHI_PACKAGE Vcl::Graphics::TBitmap* __fastcall SplitTransparentBitmap(Vcl::Graphics::TBitmap* Source, const System::Types::TRect &SourceRect);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Beschreibung

Gibt ein Bitmap zurück, das ein Cut Out eines anderen Bitmap repräsentiert.

SplitTransparentBitmap führt ein Cut Out des als Parameter angegebenen TBitmap durch und gibt das resultierende TBitmap zurück.

Source repräsentiert das Quell-TBitmap.

SourceRect repräsentiert das Rechteck, von dem die Aufteilung ausgeführt wird.

Siehe auch