Autodesk Vault ProfessionalVault API

RectangleToClient Method

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

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

Parameters

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

Return Value

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

See Also