RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GraphUtil.SplitTransparentBitmap Function

Returns a bitmap representing the cutout of another bitmap.

Pascal
function SplitTransparentBitmap(Source: TBitmap; SourceRect: TRect): TBitmap;
C++
TBitmap SplitTransparentBitmap(TBitmap Source, TRect SourceRect);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!