'宣言
 
Public Shared Function UpdateLayeredWindow( _
   ByVal  As System.IntPtr, _
   ByVal  As System.IntPtr, _
   ByRef  As Win32.POINT, _
   ByRef  As Win32.SIZE, _
   ByVal  As System.IntPtr, _
   ByRef  As Win32.POINT, _
   ByVal  As System.Integer, _
   ByRef  As Win32.BLENDFUNCTION, _
   ByVal  As System.Integer _
) As System.Boolean
             
        
            
            public static System.bool UpdateLayeredWindow( 
   System.IntPtr ,
   System.IntPtr ,
   ref Win32.POINT ,
   ref Win32.SIZE ,
   System.IntPtr ,
   ref Win32.POINT ,
   System.int ,
   ref Win32.BLENDFUNCTION ,
   System.int 
)