YouWindow setUserViewer Method YouInteract Documentation
Set the User Viewer Position and Size in the Canvas

Namespace: YouInteract.YouPlugin_Developing
Assembly: YouInteract (in YouInteract.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void setUserViewer(
	KinectUserViewer Viewer,
	double w,
	double h,
	double setBottom,
	double setRight
)

Parameters

Viewer
Type: KinectUserViewer
Kinect User Viewer Control
w
Type: System Double
User Viewer Width
h
Type: System Double
User Viewer Height
setBottom
Type: System Double
User Viewer Set Bottom Canvas
setRight
Type: System Double
User Viewer Set Right Canvas
See Also