Table of Contents

Enum PresentOptions

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Describes how a render target behaves when it presents its content. This enumeration allows a bitwise combination of its member values.
D2D1_PRESENT_OPTIONS

[Flags]
public enum PresentOptions

Fields

None = 0

The render target waits until the display refreshes to present and discards the frame upon presenting.

RetainContents = 1

The render target does not discard the frame upon presenting.

Immediately = 2

The render target does not wait until the display refreshes to present.