Gets or Sets the height of the screen used to display the fingers position.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Property ScreenHeight As ResolutionHeight
C#
public ResolutionHeight ScreenHeight { get; set; }
Visual C++
public:
property ResolutionHeight ScreenHeight {
	ResolutionHeight get ();
	void set (ResolutionHeight value);
}
JavaScript
function get_screenHeight();
function set_screenHeight(value);

See Also