小编IIR*_*eII的帖子

在类库(.NET标准)中找不到位图类

您好
我想创建一个类库(.NET标准),我正在使用System.Drawing,但是我收到错误:

CS0246 C# The type or namespace name 'Bitmap' could not be found 
(are you missing a using directive or an assembly reference?)
Run Code Online (Sandbox Code Playgroud)

我正在使用.NET Standard 2.0.谢谢.

c# system.drawing class-library bitmap

15
推荐指数
2
解决办法
1万
查看次数

标签 统计

bitmap ×1

c# ×1

class-library ×1

system.drawing ×1