Click or drag to resize
ColorManagementEffectIsBestQualitySupported Method
Checks whether the specified device supports setting the Quality property to ColorManagementEffectQuality.Best.

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

Parameters

device
Type: Microsoft.Graphics.CanvasCanvasDevice

Return Value

Type: Boolean
See Also