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