RectangleToClient Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
Computes the size and location of the specified screen rectangle in client coordinates.
Syntax
public System.Drawing.Rectangle RectangleToClient(
System.Drawing.Rectangle r
)Public Function RectangleToClient( _
ByVal r As System.Drawing.Rectangle _
) As System.Drawing.RectangleParameters
| Name | Description |
|---|---|
| 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.