参数无效 - 位图构造函数错误

时间:2013-11-23 20:13:52

标签: c# .net winforms bitmap

我想在这里发起一个新的Image对象:

Bitmap image = new Bitmap(21241,21241);

我打算使用的重载构造函数是this一个:

public Bitmap(
    int width,
    int height
)

我确实理解价值21241有点但仍然在int范围之内,而不是为什么它表示无效参数?

已经检查了这个答案:

0 个答案:

没有答案