'Declaration Public Function RectangleToScreen( _ ByVal r As Rectangle _ ) As Rectangle
public Rectangle RectangleToScreen( Rectangle r )
Parameters
- r
- The client coordinate System.Drawing.Rectangle to convert.
Return Value
A System.Drawing.Rectangle that represents the converted System.Drawing.Rectangle, p, in screen coordinates.