Implement getting/releasing HDC in Direct2D wxGraphicsContext

See #19207.
This commit is contained in:
Artur Wieczorek
2021-06-27 23:52:21 +02:00
parent 5cb255cc8d
commit dd7bcbd9eb
2 changed files with 22 additions and 10 deletions

View File

@@ -307,7 +307,7 @@ public:
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+ wxGraphicsContext.
GDI+ or Direct2D wxGraphicsContext.
@library{wxcore}
@category{gdi}