Autodesk Vault ProfessionalVault API

PointToClient Method

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

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

Syntax

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

Parameters

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

Return Value

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

See Also