ColorFrameBitmap Class (KinectEx)

A class that makes it easy to create and update a WriteableBitmap from a Kinect SDK ColorFrame.
System.Object
   KinectEx.ColorFrameBitmap

Namespace: KinectEx
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public class ColorFrameBitmap : IDisposable

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public ColorFrameBitmap =
	class
		interface IDisposable
	end

The ColorFrameBitmap type exposes the following members.

  Platforms Name Description
ColorFrameBitmap() Initializes a new instance of the ColorFrameBitmap class. 
ColorFrameBitmap(ReplayColorFrame) Initializes a new instance of the ColorFrameBitmap class suitable for displaying the supplied ReplayColorFrame
Top
  Platforms Name Description
Bitmap The WriteableBitmap representation of the ColorFrame (or frame data) passed in to one of the Update() methods. 
Top
  Platforms Name Description
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Implements IDisposable.Dispose().)
Dispose(bool) Releases unmanaged and - optionally - managed resources. 
Finalize Finalizes an instance of the ColorFrameBitmap class. (Overrides object.Finalize().)
Update(ColorFrameReference) Update the Bitmap from the supplied ColorFrameReference
Update(ColorFrame) Update the Bitmap from the supplied ColorFrame
Update(ReplayColorFrame) Update the Bitmap from the supplied ReplayColorFrame
Update(ColorFrameReference) Update the Bitmap from the supplied ColorFrameReference
Update(ColorFrame) Update the Bitmap from the supplied ColorFrame
UpdateAsync Update the Bitmap from the supplied color frame data values. 
Top
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows Desktop - .NET 4.5 (without Kinect SDK)
    
 Windows 8.1 Store - WinRT
    
 Windows 8.1 Store - WinRT (without Kinect SDK)
    
 Windows Phone 8 - WinRT