Stretching an hdc with GDI+...?
Hello folks?, I have a question for you,
How can I do HDC stretching by using GDI+?,
with GDI32 I use the StretchBlt function and all works ok, but the quality is very poor, so I would like to enhance the quality by using GDI+ library.
Do you know how?,
thanks for your help, Angel.
PS: I use Visual Basic 6.0
Re: Stretching an hdc with GDI+...?
I'm not sure I can help much as I've not yet tinkered with GDI+, having said that I have found a Wrapper Class at VB Accelerator, where there is also a link to a GDI type library at PSC.
Just one more thing StretchBlt is not great, but it is absolutely terrible if you don't set the SetStretchBltMode of the DC to Halftone first.