Constructor

Remarks

Sets the screen size used to display the infrared diodes position.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	screenWidthTemp As ResolutionWidth, _
	screenHeightTemp As ResolutionHeight _
)
C#
public Camera(
	ResolutionWidth screenWidthTemp,
	ResolutionHeight screenHeightTemp
)
Visual C++
public:
Camera(
	ResolutionWidth screenWidthTemp, 
	ResolutionHeight screenHeightTemp
)
JavaScript
MotionTracking.Camera = function(screenWidthTemp, screenHeightTemp);

Parameters

screenWidthTemp
Type: MotionTracking..::.ResolutionWidth
screenHeightTemp
Type: MotionTracking..::.ResolutionHeight

See Also