BodyImageExtension.AddToBitmap Method (KinectEx)
Draws the body joints and bones to a WriteableBitmap
- C#
- VB
- C++
- F#
[ExtensionAttribute] public static void AddToBitmap( this Body body, WriteableBitmap bitmap, Color boneColor, Color jointColor )
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
[<ExtensionAttribute>] static member AddToBitmap : body : Body * bitmap : WriteableBitmap * boneColor : Color * jointColor : Color -> unit
Parameters
- body
-
Type: WindowsPreview.Kinect.Body
- bitmap
-
Type: Windows.UI.Xaml.Media.Imaging.WriteableBitmap
the bitmap to which to draw the body
- 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