Table of Contents

Enum RenderTargetUsage

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Describes how a render target is remoted and whether it should be GDI-compatible. This enumeration allows a bitwise combination of its member values.

public enum RenderTargetUsage

Fields

ForceBitmapRemoting = 1

The render target renders content locally and sends it to the terminal services client as a bitmap.

GdiCompatible = 2

The render target can be used efficiently with GDI.

None = 0

The render target attempts to use Direct3D command-stream remoting and uses bitmap remoting if stream remoting fails. The render target is not GDI-compatible.