UpdateLayeredWindow Method
In This Topic
Syntax
'Declaration
Public Shared Function UpdateLayeredWindow( _
ByVal As IntPtr, _
ByVal As IntPtr, _
ByRef As Win32.POINT, _
ByRef As Win32.SIZE, _
ByVal As IntPtr, _
ByRef As Win32.POINT, _
ByVal As Integer, _
ByRef As Win32.BLENDFUNCTION, _
ByVal As Integer _
) As Boolean
public static bool UpdateLayeredWindow(
IntPtr ,
IntPtr ,
ref Win32.POINT ,
ref Win32.SIZE ,
IntPtr ,
ref Win32.POINT ,
int ,
ref Win32.BLENDFUNCTION ,
int
)
Parameters
- hwnd
- hdcDst
- pptDst
- psize
- hdcSrc
- pprSrc
- crKey
- pblend
- dwFlags
See Also