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 delegate bool ModifyPixelCallback( BitmapSource^ originalSource, unsigned char* 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: