Table of Contents

Method CheckFeatureSupport

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

CheckFeatureSupport(DeviceFeature, Span<byte>)

Checks whether an optional capability is supported by the D3D device.

void CheckFeatureSupport(DeviceFeature feature, Span<byte> data)

Parameters

feature DeviceFeature
data Span<byte>

Remarks

The use of the CheckFeatureSupport<TResult>(DeviceFeatures.*) extension method is recommended