Gets the center point between the current touch points relative to the 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 MidPoint { get; }
Visual Basic
Public ReadOnly Property MidPoint As Point
	Get
Visual C++
public:
property Point MidPoint {
	Point get ();
}

See Also