ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 System.IntPtr, _
       ByVal hdcDst As System.IntPtr, _
       ByRef pptDst As Win32.POINT, _
       ByRef psize As Win32.SIZE, _
       ByVal hdcSrc As System.IntPtr, _
       ByRef pprSrc As Win32.POINT, _
       ByVal crKey As System.Integer, _
       ByRef pblend As Win32.BLENDFUNCTION, _
       ByVal dwFlags As System.Integer _
    ) As System.Boolean
    public static System.bool UpdateLayeredWindow( 
       System.IntPtr hwnd,
       System.IntPtr hdcDst,
       ref Win32.POINT pptDst,
       ref Win32.SIZE psize,
       System.IntPtr hdcSrc,
       ref Win32.POINT pprSrc,
       System.int crKey,
       ref Win32.BLENDFUNCTION pblend,
       System.int dwFlags
    )

    Parameters

    hwnd
    hdcDst
    pptDst
    psize
    hdcSrc
    pprSrc
    crKey
    pblend
    dwFlags
    See Also