Table of Contents

Enum SvgAspectAlign

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

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

public enum SvgAspectAlign

Fields

None = 0

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

XMaximumYMaximum = 9

No documentation.

XMaximumYMid = 6

No documentation.

XMaximumYMinimum = 3

No documentation.

XMidYMaximum = 8

No documentation.

XMidYMid = 5

No documentation.

XMidYMinimum = 2

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

XMinimumYMaximum = 7

No documentation.

XMinimumYMid = 4

No documentation.

XMinimumYMinimum = 1

The render target does not discard the frame upon presenting.