TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / UpdateLayeredWindow Method

In This Topic
    UpdateLayeredWindow Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UpdateLayeredWindow( _
       ByVal hwnd As IntPtr, _
       ByVal hdcDst As IntPtr, _
       ByRef pptDst As Win32.POINT, _
       ByRef psize As Win32.SIZE, _
       ByVal hdcSrc As IntPtr, _
       ByRef pprSrc As Win32.POINT, _
       ByVal crKey As Integer, _
       ByRef pblend As Win32.BLENDFUNCTION, _
       ByVal dwFlags As Integer _
    ) As Boolean

    Parameters

    hwnd
    hdcDst
    pptDst
    psize
    hdcSrc
    pprSrc
    crKey
    pblend
    dwFlags
    See Also