MapControl.GetWindow Method
This element is not available using the selected API.
This element is not available using the selected API.
In this article
Gets the native window that the MapControl is associated with.
The Thread Access Verifier will enforce this rule when it is active.
protected:
virtual WindowHandle getWindow ()
This is a virtual method, that a subclass should override if it uses a WindowDrawable to render the map. The window handle will be passed to the drawable.
MapControl classes using an ExternalDrawable do not need to override this method.
The WindowHandle type in Carmenta Engine is a HWND on Windows and an X11 Window on Linux.
Windows, Linux, Android
In this article
This element is not available using the selected API.
In this article
This element is not available using the selected API.
In this article