RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TransparentStretchBlt Function
Pascal
function TransparentStretchBlt(DstDC: HDC; DstX: Integer; DstY: Integer; DstW: Integer; DstH: Integer; SrcDC: HDC; SrcX: Integer; SrcY: Integer; SrcW: Integer; SrcH: Integer; MaskDC: HDC; MaskX: Integer; MaskY: Integer): Boolean;
C++
Boolean TransparentStretchBlt(HDC DstDC, int DstX, int DstY, int DstW, int DstH, HDC SrcDC, int SrcX, int SrcY, int SrcW, int SrcH, HDC MaskDC, int MaskX, int MaskY);

This is function Graphics.TransparentStretchBlt.

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