PointToClient Method (RadioButtonElement)
Computes the location of the specified screen point into client coordinates.
'Declaration
Public Function PointToClient( _
ByVal As Point _
) As Point
Parameters
- p
- The screen coordinate System.Drawing.Point to convert.
Return Value
A
System.Drawing.Point that represents the converted
System.Drawing.Point in client coordinates.