sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.68k stars 642 forks source link

how can i create SharpDX.Direct2D1.Factory4? #1118

Open jim-jiang-github opened 5 years ago

jim-jiang-github commented 5 years ago

how can i create SharpDX.Direct2D1.Factory4?

mattico commented 5 years ago

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 5 years ago

thanks