Implement getting/releasing HDC in Cairo wxGraphicsContext (wxMSW)

This commit is contained in:
Artur Wieczorek
2021-06-27 23:56:24 +02:00
parent dd7bcbd9eb
commit a3988c8db6
3 changed files with 20 additions and 13 deletions

View File

@@ -306,9 +306,6 @@ public:
it changes them, so it is safe to assume that the same pen, brush and colours
that were active before the call to this function are still in effect after it.
@note Under wxMSW drawing on wxGCDC is possible only if it's associated with
GDI+ or Direct2D wxGraphicsContext.
@library{wxcore}
@category{gdi}
*/