BodyImageExtension.AddToBitmap Method (KinectEx)
Draws the body joints and bones to a WriteableBitmap
- C#
- VB
- C++
- F#
[ExtensionAttribute] public static void AddToBitmap( this IEnumerable<IBody> bodies, WriteableBitmap bitmap, Color boneColor, Color jointColor )
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
[<ExtensionAttribute>] static member AddToBitmap : bodies : IEnumerable<IBody> * bitmap : WriteableBitmap * boneColor : Color * jointColor : Color -> unit
Parameters
- bodies
-
Type: IEnumerable<IBody>
- bitmap
-
Type: Windows.UI.Xaml.Media.Imaging.WriteableBitmap
the bitmap to which to draw the bodies
- boneColor
-
Type: Windows.UI.Color
color to use for drawing bones
- jointColor
-
Type: Windows.UI.Color
color to use for drawing joints
Supported in:
Windows 8.1 Store - WinRT
Windows 8.1 Store - WinRT (without Kinect SDK)
Windows Phone 8 - WinRT
Windows 8.1 Store - WinRT
Windows 8.1 Store - WinRT (without Kinect SDK)
Windows Phone 8 - WinRT