GrayscaleBitmapSourceConverter Class

Visual Studio 2015
 

Converts an image BitmapSource into a grayscale version of the same image.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.ValueConverter<TSource, TTarget>
    Microsoft.VisualStudio.PlatformUI.GrayscaleBitmapSourceConverter

public class GrayscaleBitmapSourceConverter : ValueConverter<BitmapSource, BitmapSource>

NameDescription
System_CAPS_pubmethodGrayscaleBitmapSourceConverter()

Initializes a new instance of GrayscaleBitmapSourceConverter.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: