ThinkGeo.com    |     Documentation    |     Premium Support

ZoomToNextExtent() missing

I noticed the function Map.ZoomToNextExtent() is missing in the WPF version. Is this intended? It’s in the WinForms version.

Thanks.

Hi Dan,

Yes the wpf don’t contains this API. Web edition and winform edition contains it.

You can implement that by a stack easily.

When call ZoomToPreviousExtent get previous saved extent and assign it to map.currentextent, when call ZoomToNextExtent get the next saved extent and assign it to map.currentextent.

Wish that’s helpful.

Regards,

Ethan