winapi - Convert HDC to wxClientDC? -


Is there a way to convert HDC to WDDC object? I know wxdc is the essence. Is it possible to convert to wxClientDC?

You can use semi-internal (and MSW-specific, explicitly)) WxDCTemp category, see include / wx / msw / dc.h .


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -