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

r
The client coordinate System.Drawing.Rectangle to convert.
Computes the size and location of the specified client rectangle in screen coordinates.

Syntax

Visual Basic (Declaration) 
Public Function RectangleToScreen( _
   ByVal r As Rectangle _
) As Rectangle
C# 
public Rectangle RectangleToScreen( 
   Rectangle r
)

Parameters

r
The client coordinate System.Drawing.Rectangle to convert.

Return Value

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

Requirements

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

See Also