ArtofKinectRecorder.Views.RawFrameViewer.Activate C# (CSharp) Метод

Activate() публичный Метод

public Activate ( DeviceConfiguration config ) : void
config DeviceConfiguration
Результат void
        public void Activate(DeviceConfiguration config)
        {
            imageContext = new ImageProcessorContext();
            sensorImage = new SensorImageProcessor(imageContext);
        }