ImageThemingUtilities.ModifyPixelCallback Delegate
Visual Studio 2015
A callback used to modify pixel data in a BitmapSource.
Assembly: Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)
public unsafe delegate bool ModifyPixelCallback( BitmapSource originalSource, byte* pixels )
Parameters
- originalSource
-
Type:
System.Windows.Media.Imaging.BitmapSource
The BitmapSource whose pixels are being modified.
- pixels
-
Type:
System.Byte*
The Bgra32 pixel values from the BitmapSource.
Show: