'Declaration
Public Shared Function BoundsToScreen( _ ByVal c As System.Windows.Forms.Control _ ) As System.Drawing.Rectangle
'Usage
Dim c As System.Windows.Forms.Control Dim value As System.Drawing.Rectangle value = NControlHelper.BoundsToScreen(c)
public static System.Drawing.Rectangle BoundsToScreen( System.Windows.Forms.Control c )
Parameters
- c