Is alpha blending implemented when using DC's?

Stefan Csomor csomor at advancedconcepts.ch
Mon May 12 08:21:42 PDT 2008


Hi

On 12.05.08 16:09, "Steven Van Ingelgem" <steven at vaningelgem.be> wrote:

> Maybe someone can point out the obvious to me, but I'm unable to find
> how to get the result in a bitmap?, or do I just blit to a memorydc?

you'd setup a wxMemoryDC and create a wxGraphicsContext from that

eg using the static method

wxGraphicsContext* wxGraphicsContext::Create( const wxMemoryDC& dc)

Best,

Stefan





More information about the wx-users mailing list