Sponsors

GdiTransparentBlt

Function name: GdiTransparentBlt

Defined in : gdi32

Requirements : Windows 2000 or later; Win9x/ME: Not supported

Declaration:

Private Declare Function GdiTransparentBlt Lib "gdi32.dll" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal nSrcWidth As Long, ByVal nSrcHeight As Long, ByVal crTransparent As Long) As Boolean

Parameters:

Returns:

Related functions:

Examples:

Sorry, this function has no examples yet.

Bit Block Transfer

Categories