【发布时间】:2011-04-17 05:44:12
【问题描述】:
我想构建一个打印有 x 行和 y 列的位图,这样每个框的大小都是 10 x 10 像素。
现在,当我通过时:
private void printBitmap(rows, columns, numOfWhites, numOfblack, numOf(green or brown)) {
// i want to be able to build a bitmap with rows and columns with White to top right,
// black to bottom right, if green or brown fill the box with green or brown
// except the area with white or black
// how do i do this in C# ?
}
【问题讨论】:
-
ummm..你能在Paint中画出来并粘贴到这里,这样我们就可以理解了..?