BehaviorService::AdornerWindowPointToScreen Method (Point)

 

Translates a Point in the adorner window to screen coordinates.

Namespace:   System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)

public:
Point AdornerWindowPointToScreen(
	Point p
)

Parameters

p
Type: System.Drawing::Point

The Point value to transform.

Return Value

Type: System.Drawing::Point

The transformed Point value, in screen coordinates.

.NET Framework
Available since 2.0
Return to top
Show: