Overload | Description |
---|---|
ZoomTo(Point) | Pans the content to the given position without changing its scale. |
ZoomTo(Rect) | Zooms the content to a given region. |
ZoomTo(Double) | Zooms the content to the given scale value relative to the point identified by the ZoomOrigin property. |
ZoomTo(Double,Point) | Zooms the content to a specific scale value relative to the given point. |
ZoomTo(ZoomboxView) | Zooms the content to a specific view. |