BodyImageExtension.GetBitmap Method (KinectEx)
Gets the body joints and bones drawn as a WriteableBitmap
- C#
- VB
- C++
- F#
[ExtensionAttribute] public static WriteableBitmap GetBitmap( this IEnumerable<IBody> bodies, Color boneColor, Color jointColor )
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
[<ExtensionAttribute>] static member GetBitmap : bodies : IEnumerable<IBody> * boneColor : Color * jointColor : Color -> WriteableBitmap
Parameters
- bodies
-
Type: IEnumerable<IBody>
- boneColor
-
Type: Windows.UI.Color
color to use for drawing bones
- jointColor
-
Type: Windows.UI.Color
color to use for drawing joints
Return Value
Type: Windows.UI.Xaml.Media.Imaging.WriteableBitmap
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