wxGCDC doesnt support any kind of logical function under MSW
Jürgen Ladstätter
info at innova-studios.com
Wed Jul 18 04:12:30 PDT 2007
hi there,
currently i'm in need of drawing polygons on a frame and i always used
wxGCDC because i needed some kind of anti aliasing effekt. now I found out
that for drawing postscript images I need the logical function wxINVERT and
wxGCDC doesnt support it as you can see here:
bool wxGraphicsContext::SetLogicalFunction( int function )
{
if ( function == wxCOPY )
{
m_logicalFunction = function;
return true;
}
return false;
}
is there anyone working on those logical functions? who could I contact or
better to say, what should I do now? :)
kind regards juergen
More information about the wx-users
mailing list