CaptureImageCompletedEventArgs.Result Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the WriteableBitmap image source to report in event data.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Media.Imaging.WriteableBitmapThe image source that is returned asynchronously through this event data, as a result of a CaptureImageAsync call.
Show: