Enum SvgPaintType
Describes whether a render target uses hardware or software rendering, or if Direct2D should select the rendering mode.
public enum SvgPaintType
Fields
Color = 1
The render target uses software rendering only.
CurrentColor = 2
The render target uses hardware rendering only.
None = 0
The render target uses hardware rendering, if available; otherwise, it uses software rendering.
Uri = 3
No documentation.
UriColor = 5
No documentation.
UriCurrentColor = 6
No documentation.
UriNone = 4
No documentation.
Remarks
Not every render target supports hardware rendering. For more information, see the Render Targets Overview.