ViewportChangedEventArgs Properties
Provides data for the LayerBase.ViewportChanged event.| Name | Description |
|---|---|
| BottomRight | Returns the bottom-right coordinate of the current viewport. |
| TopLeft | Returns the top-left coordinate of the current viewport. |
| ZoomLevel | Returns the zoom level of the current viewport. |
See Also