BehaviorService.AdornerWindowToScreen Method

Definition

Gets the location of the adorner window in screen coordinates.

public:
 System::Drawing::Point AdornerWindowToScreen();
public System.Drawing.Point AdornerWindowToScreen ();
member this.AdornerWindowToScreen : unit -> System.Drawing.Point
Public Function AdornerWindowToScreen () As Point

Returns

The location, from the upper-left corner of the adorner window, in screen coordinates.

Applies to

See also