NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.PointToScreen

Computes the location of the client point p in screen coords.

[Visual Basic]
Overridable Public Function PointToScreen( _
   ByVal p As Point _
) As Point
[C#]
public virtual Point PointToScreen(
   Point p
);
[C++]
public: virtual Point PointToScreen(
   Point p
);
[JScript]
public function PointToScreen(
   p : Point
) : Point;

Parameters

p
Client coordinate point to convert.

Return Value

screen coordinate point.

See Also

Control Class | Control Members | System.WinForms Namespace