sclass SimpleScanlineImage { Color color = Color.red; Rect bounds; int y1; // x1 at y1, x2 at y1, // x1 at y1+1, x2 at y1ΓΌ1, ,,, int[] data; }