Autodesk Vault ProfessionalVault API

PointToScreen Method

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

Computes the location of the specified client point into screen coordinates.

Syntax

public System.Drawing.Point PointToScreen(
   System.Drawing.Point p
)
Public Function PointToScreen( _
   ByVal p As System.Drawing.Point _
) As System.Drawing.Point

Parameters

NameDescription
pThe client coordinate System.Drawing.Point to convert.

Return Value

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

See Also