Initializes a new instance of the NuiSensor class

Namespace: Nui
Assembly: KinectRawViewer (in KinectRawViewer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public NuiSensor(
	Context c,
	ImageGenerator ig,
	DepthGenerator dg
)
Visual Basic
Public Sub New ( _
	c As Context, _
	ig As ImageGenerator, _
	dg As DepthGenerator _
)
Visual C++
public:
NuiSensor(
	Context^ c, 
	ImageGenerator^ ig, 
	DepthGenerator^ dg
)

Parameters

c
Type: Context

[Missing <param name="c"/> documentation for "M:Nui.NuiSensor.#ctor(OpenNI.Context,OpenNI.ImageGenerator,OpenNI.DepthGenerator)"]

ig
Type: ImageGenerator

[Missing <param name="ig"/> documentation for "M:Nui.NuiSensor.#ctor(OpenNI.Context,OpenNI.ImageGenerator,OpenNI.DepthGenerator)"]

dg
Type: DepthGenerator

[Missing <param name="dg"/> documentation for "M:Nui.NuiSensor.#ctor(OpenNI.Context,OpenNI.ImageGenerator,OpenNI.DepthGenerator)"]

See Also