Enum SvgPathCommand
Describes whether a render target uses hardware or software rendering, or if Direct2D should select the rendering mode.
public enum SvgPathCommand
Fields
ArcAbsolute = 9
No documentation.
ArcRelative = 10
No documentation.
ClosePath = 0
The render target uses hardware rendering, if available; otherwise, it uses software rendering.
CubicAbsolute = 5
No documentation.
CubicRelative = 6
No documentation.
CubicSmoothAbsolute = 15
No documentation.
CubicSmoothRelative = 16
No documentation.
HorizontalAbsolute = 11
No documentation.
HorizontalRelative = 12
No documentation.
LineAbsolute = 3
No documentation.
LineRelative = 4
No documentation.
MoveAbsolute = 1
The render target uses software rendering only.
MoveRelative = 2
The render target uses hardware rendering only.
QuadradicAbsolute = 7
No documentation.
QuadradicRelative = 8
No documentation.
QuadradicSmoothAbsolute = 17
No documentation.
QuadradicSmoothRelative = 18
No documentation.
VerticalAbsolute = 13
No documentation.
VerticalRelative = 14
No documentation.
Remarks
Not every render target supports hardware rendering. For more information, see the Render Targets Overview.