'DeclarationPublic Shared Function BoundsToScreen( _ ByVal c As System.Windows.Forms.Control _ ) As System.Drawing.Rectangle
'UsageDim 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