Determines the size of the entire control from the height and width of its client area. 
             
             
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As Medical3DControl
Dim clientSize As Size
Dim value As Size
 
value = instance.SizeFromClientSize(clientSize)  | 
 
            Parameters
- clientSize
 
- A System.Drawing.Size value representing the height and width of the control's client area.
 
 
             
            Return Value
A 
System.Drawing.Size value representing the height and width of the entire control.
  
             
             
             
             
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7 
 
            
            
See Also