dbicMonth Send comments on this topic.
RectangleToClient Method
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : RectangleToClient Method

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

Syntax

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

Parameters

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

Return Value

A System.Drawing.Rectangle that represents the converted System.Drawing.Rectangle, r, in client coordinates.

Requirements

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

See Also