[]
Call a zooms animation.
public void ZoomAt(double targetZoom, Point screenPoint, Action completed)
Type | Name | Description |
---|---|---|
double | targetZoom | The target zoom. |
Point | screenPoint | A screen point where the animation is anchored. |
Action | completed | Action called when the the animation completed. |