Gets the original position of the second touch point in screen coordinates.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Point GestureOrigin2 { get; private set; }
Visual Basic
Public Property GestureOrigin2 As Point
	Get
	Private Set
Visual C++
public:
property Point GestureOrigin2 {
	Point get ();
	private: void set (Point value);
}

See Also