Hello my friends,

this is one for graphics and API masters.

I'm playing with some graphical functions, where I copy a bitmap from a picturebox' hDC to a hDC of a Form.
I have already used the BitBlt, StretchBlt which allows resizing and AlphaBlend which allows resizing AND transparency. Great.

Now I'd have to flip or mirror the bitmap when transfering. Is there an API call which does it?
Or is there an option in the ROp parameter which specifies mirroring? They are only raster operations as I presume...