'宣言
 
Public Shared Function DrawEdge( _
   ByVal  As System.IntPtr, _
   ByRef  As Win32.RECT, _
   ByVal  As System.UInteger, _
   ByVal  As System.UInteger _
) As System.Integer
             
        
            
            public static System.int DrawEdge( 
   System.IntPtr ,
   ref Win32.RECT ,
   System.uint ,
   System.uint 
)