Value | Meaning |
---|---|
D2D1_STROKE_TRANSFORM_TYPE_NORMAL0 | <summary> The stroke respects the world transform, the DPI, and the stroke width. </summary> |
D2D1_STROKE_TRANSFORM_TYPE_FIXED1 | <summary> The stroke does not respect the world transform, but it does respect the DPI and the stroke width. </summary> |
D2D1_STROKE_TRANSFORM_TYPE_HAIRLINE2 | <summary> The stroke is forced to one pixel wide. </summary> |