'Usage Dim instance As VisualGridElement Dim point As Point Dim value As Point value = instance.PointToClient(point)
Parameters
- point
- The screen coordinate System.Drawing.Point to convert.
Return Value
A System.Drawing.Point that represents the converted Point in client coordinates.