シンタックス
            
            
            
            
            '宣言
 
Protected Overridable Function OnGetDpiScaledSize( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByRef  As System.Drawing.Size _
) As System.Boolean
             
        
            
            '使用法
 
Dim instance As ProgressForm
Dim deviceDpiOld As System.Integer
Dim deviceDpiNew As System.Integer
Dim desiredSize As System.Drawing.Size
Dim value As System.Boolean
 
value = instance.OnGetDpiScaledSize(deviceDpiOld, deviceDpiNew, desiredSize)
             
        
            
            protected virtual System.bool OnGetDpiScaledSize( 
   System.int ,
   System.int ,
   ref System.Drawing.Size 
)
             
        
             
        
            パラメータ
- deviceDpiOld
 
- deviceDpiNew
 
- desiredSize
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照