Gets or Sets the width of the screen used to display the fingers position.
Namespace:
MotionTrackingAssembly: motiontracking (in motiontracking.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property ScreenWidth As ResolutionWidth |
C# |
---|
public ResolutionWidth ScreenWidth { get; set; } |
Visual C++ |
---|
public: property ResolutionWidth ScreenWidth { ResolutionWidth get (); void set (ResolutionWidth value); } |
JavaScript |
---|
function get_screenWidth(); function set_screenWidth(value); |