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