Click or drag to resize
CanvasDeviceIsBufferPrecisionSupported Method
Checks whether the specified buffer precision is supported on this device.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public bool IsBufferPrecisionSupported(
	CanvasBufferPrecision bufferPrecision
)

Parameters

bufferPrecision
Type: Microsoft.Graphics.CanvasCanvasBufferPrecision

Return Value

Type: Boolean
Remarks

This will vary depending on the Direct3D feature level of the device, and whether the device has hardware acceleration enabled.

See Also