how can i create SharpDX.Direct2D1.Factory4?
jim-jiang-github opened this issue · 2 comments
jim-jiang-github commented
how can i create SharpDX.Direct2D1.Factory4?
mattico commented
A constructor for that could probably be added. Until then you can create a SharpDX.Direct2D1.Factory
and use QueryInterface<SharpDX.Direct2D1.Factory4>()
.
jim-jiang-github commented
thanks