Click or drag to resize
CanvasImageIsHistogramSupported Method
Checks whether the ComputeHistogram method is compatible with the GPU capabilities of the specified device.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public static bool IsHistogramSupported(
	CanvasDevice device
)

Parameters

device
Type: Microsoft.Graphics.CanvasCanvasDevice

Return Value

Type: Boolean
See Also