[]
        
(Showing Draft Content)

C1.Framework.Element.PointToClient

PointToClient Method

PointToClient(Point)

Computes the location of the specified screen point into client coordinates.

Declaration
public Point PointToClient(Point p)
Public Function PointToClient(p As Point) As Point
Parameters
Type Name Description
Point p

The screen coordinate Point to convert.

Returns
Type Description
Point

A Point that represents the converted Point in client coordinates.