Table of Contents

Enum SvgAttributePodType

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Describes whether a render target uses hardware or software rendering, or if Direct2D should select the rendering mode.

public enum SvgAttributePodType

Fields

Color = 1

The render target uses software rendering only.

Display = 3

No documentation.

ExtendMode = 10

No documentation.

FillMode = 2

The render target uses hardware rendering only.

Float = 0

The render target uses hardware rendering, if available; otherwise, it uses software rendering.

Length = 13

No documentation.

LineCap = 5

No documentation.

LineJoin = 6

No documentation.

Matrix = 8

No documentation.

Overflow = 4

No documentation.

PreserveAspectRatio = 11

No documentation.

UnitType = 9

No documentation.

ViewBox = 12

No documentation.

Visibility = 7

No documentation.

Remarks

Not every render target supports hardware rendering. For more information, see the Render Targets Overview.