[]
        
(Showing Draft Content)

C1.Framework.Element.PointToScreen

PointToScreen Method

PointToScreen(Point)

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

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

The client coordinate Point to convert.

Returns
Type Description
Point

A Point that represents the converted Point in screen coordinates.