ZoomAndPanControlAnimatedZoomTo(Double, Rect) - метод |
Do an animated zoom to view a specific scale and rectangle (in content coordinates).
Пространство имён:
Tessa.UI.Controls.Zooming
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public void AnimatedZoomTo(
double newScale,
Rect contentRect
)
Public Sub AnimatedZoomTo (
newScale As Double,
contentRect As Rect
)
public:
void AnimatedZoomTo(
double newScale,
Rect contentRect
)
member AnimatedZoomTo :
newScale : float *
contentRect : Rect -> unit
Параметры
- newScale
- Тип: SystemDouble
- contentRect
- Тип: System.WindowsRect
См. также