'宣言
 
Public Shared Function GetDpiForMonitor( _
   ByVal  As System.IntPtr, _
   ByVal  As Win32.MONITOR_DPI_TYPE, _
   ByRef  As System.Integer, _
   ByRef  As System.Integer _
) As System.Integer
             
        
            
            public static System.int GetDpiForMonitor( 
   System.IntPtr ,
   Win32.MONITOR_DPI_TYPE ,
   ref System.int ,
   ref System.int 
)