BodyImageExtension.GetBitmap Method (KinectEx)

Gets the body joints and bones drawn as a WriteableBitmap

Namespace: KinectEx
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
[ExtensionAttribute]
public static WriteableBitmap GetBitmap(
	this IBody body, 
	Color boneColor, 
	Color jointColor
)

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

[<ExtensionAttribute>]
static member GetBitmap : 
	body : IBody * 
	boneColor : Color * 
	jointColor : Color -> WriteableBitmap

Parameters

body
Type: KinectEx.IBody
boneColor
Type: System.Windows.Media.Color
color to use for drawing bones
jointColor
Type: System.Windows.Media.Color
color to use for drawing joints

Return Value

Type: System.Windows.Media.Imaging.WriteableBitmap
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows Desktop - .NET 4.5 (without Kinect SDK)