C# Class Windows7.Multitouch.WPF.WindowWrapper

Represents a WPF Window
Inheritance: IHwndWrapper
Mostrar archivo Open project: RIT-Tool-Time/Cascade

Public Methods

Method Description
PointToClient ( System point ) : System.Drawing.Point
WindowWrapper ( System window ) : System

Method Details

PointToClient() public method

public PointToClient ( System point ) : System.Drawing.Point
point System
return System.Drawing.Point

WindowWrapper() public method

public WindowWrapper ( System window ) : System
window System
return System