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