Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Creates a new map view inside the window with the given rectangle.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MapView | 9.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
WindowRef | Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. | 0 |
x | The left coordinate in the window. | 0 |
y | The top coordinate in the window. | 0 |
w | The width of the image view in the window. | 100 |
h | The height of the image view in the window. | 100 |
Returns map view reference number or error.
This function checks for a license.
Created 14th January 2019, last changed 19th February 2021