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
Post a Comment