dbicMonth Send comments on this topic.
PointToScreen Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : PointToScreen Method

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

Syntax

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

Parameters

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

Return Value

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

Requirements

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

See Also