Autodesk Vault ProfessionalVault API

RectangleToScreen Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultNavigationPathComboboxControl

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.Rectangle

Parameters

NameDescription
rThe client coordinate System.Drawing.Rectangle to convert.

Return Value

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

See Also