Table of Contents

Method IsBufferPrecisionSupported

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

IsBufferPrecisionSupported(BufferPrecision)

Indicates whether the buffer precision is supported by the underlying Direct2D IDevice.

bool IsBufferPrecisionSupported(BufferPrecision bufferPrecision)

Parameters

bufferPrecision BufferPrecision

The buffer precision to check.

Returns

bool

true if the buffer precision is supported, or false if the buffer precision is not supported.