Class ViewportLimiterKeepWithinExtent
This Viewport limiter will make sure that only the area within the panBounds will be visible in the viewport.
It should not be possible to view anything outside of the panBounds.
An exception is rotation.
Inheritance
ViewportLimiterKeepWithinExtent
Assembly: Mapsui.dll
Syntax
public class ViewportLimiterKeepWithinExtent : IViewportLimiter
Methods
|
Edit this page
View Source
Limit(Viewport, MRect?, MMinMax?)
Declaration
public Viewport Limit(Viewport viewport, MRect? panBounds, MMinMax? zoomBounds)
Parameters
Returns
Implements