Is there a way to convert a HDC to a wxDC object? I know wxDC is abstract. Is it possible to convert to wxClientDC?
+1
A:
You may use semi-internal (and MSW-specific, obviously) wxDCTemp
class, see include/wx/msw/dc.h
.
VZ
2010-02-03 17:15:25