Scales a 
System.Drawing.Size value to the dpi.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Shared Function ScaleToDPI( _
   ByVal  As Size, _
   ByVal  As Integer _
) As Size
             
        
            
            public static Size ScaleToDPI( 
   Size ,
   int 
)
             
        
             
        
            パラメータ
- value
 
- The value for scaling.
 - dpi
 
- The DPI value for the current display device.
 
            
            戻り値の型
The scaled value.
 
            
            
            
            
            
            
            
            
            
            
            
            参照