PointToClient Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
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.PointParameters
| Name | Description |
|---|---|
| p | The screen coordinate System.Drawing.Point to convert. |
Return Value
A System.Drawing.Point that represents the converted System.Drawing.Point , p , in client coordinates.