WIndows universal app with system.drawing and possible alternative
问题 I'm developing a windows universal app and i need to work with Bitemap but i cannot seem to reference System.Drawing, Why cant windows universal app cannot reference this dll and what alternative do i have? Edit Any suggestions on how can i use my already written filtering library (that depends on system.drawing) in a universal app? Tnx 回答1: System.Drawing is the .NET namespace for working with GDI+. This technology is not available for Windows Store apps or universal Windows Apps. See .NET