Table of Contents

Property MinLevel

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

MinLevel

A value that specifies the minimum Direct3D feature level required for hardware rendering. If the specified minimum level is not available, the device context uses software rendering if the type member is set to Default; if type is set to Hardware, device context creation fails. A value of Default indicates that Direct2D should determine whether the Direct3D feature level of the device is adequate. This field is used only when creating IHwndDeviceContext and IDCDeviceContext objects.

public DeviceFeatureLevel MinLevel { readonly get; set; }

Property Value

DeviceFeatureLevel