Is the upper lefthand corner (0, 0) or (1, 1)?
I have a 2x2 bitmap, should i do it like
SCAR Code:BMP := BitmapFromString(1, 2, '');
FastSetPixel(BMP, 0, 0, 65536);
FastSetPixel(BMP, 0, 1, 65536);
// OR
FastSetPixel(BMP, 1, 1, 65536);
FastSetPixel(BMP, 1, 2, 65536);









Reply With Quote
