P
Peter Oliphant
I'm importing a jpeg via:
Bitmap* image = new Bitmap( filename ) ;
Then, using the Drawing::Graphics object, I execute DrawImage( image, x,
y ). My problem is that the original image was 200x200, but it's drawing
something smaller (something like 130x130, about 2/3 the original size). I
am using transforms, but I've verified that scaling is set to 1.0 on both x
and y axis.
What could be changing the drawing size from the bitmap original size?
[==P==]
Bitmap* image = new Bitmap( filename ) ;
Then, using the Drawing::Graphics object, I execute DrawImage( image, x,
y ). My problem is that the original image was 200x200, but it's drawing
something smaller (something like 130x130, about 2/3 the original size). I
am using transforms, but I've verified that scaling is set to 1.0 on both x
and y axis.
What could be changing the drawing size from the bitmap original size?
[==P==]