dbicDropDate Send comments on this topic.
PointToClient Method
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : PointToClient Method

p
The screen coordinate System.Drawing.Point to convert.
Computes the location of the specified screen point into client coordinates.

Syntax

Visual Basic (Declaration) 
Public Function PointToClient( _
   ByVal p As Point _
) As Point
C# 
public Point PointToClient( 
   Point p
)

Parameters

p
The screen coordinate System.Drawing.Point to convert.

Return Value

A System.Drawing.Point that represents the converted System.Drawing.Point, p, in client coordinates.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also