PointToScreen Method (LicenseDialog)
In This Topic
Syntax
'Declaration
Public Function PointToScreen( _
ByVal As System.Drawing.Point _
) As System.Drawing.Point
'Usage
Dim instance As LicenseDialog
Dim p As System.Drawing.Point
Dim value As System.Drawing.Point
value = instance.PointToScreen(p)
public System.Drawing.Point PointToScreen(
System.Drawing.Point
)
public function PointToScreen(
: System.Drawing.Point
): System.Drawing.Point;
public function PointToScreen(
: System.Drawing.Point
) : System.Drawing.Point;
public: System.Drawing.Point PointToScreen(
System.Drawing.Point
)
public:
System.Drawing.Point PointToScreen(
System.Drawing.Point
)
Parameters
- p
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also