BehaviorService.ScreenToAdornerWindow(Point) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Translates a point in screen coordinates into the adorner window coordinates of the BehaviorService.
public:
 System::Drawing::Point ScreenToAdornerWindow(System::Drawing::Point p);public System.Drawing.Point ScreenToAdornerWindow(System.Drawing.Point p);member this.ScreenToAdornerWindow : System.Drawing.Point -> System.Drawing.PointPublic Function ScreenToAdornerWindow (p As Point) As PointParameters
Returns
The transformed Point value, in adorner window coordinates.