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<Body> 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<Body> * boneColor : Color * jointColor : Color -> WriteableBitmap
Parameters
- bodies
-
Type: IEnumerable<Bod>
- 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