Vcl.GraphUtil.SplitTransparentBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Description

Returns a bitmap representing the cutout of another bitmap.

SplitTransparentBitmap performs a cutout of the TBitmap given as a parameter and returns the resulting TBitmap.

Source represents the source TBitmap.

SourceRect represents the rectangle by which the split is performed.

See Also