ZoomAndPanControlAnimatedZoomAboutPoint - метод |
Zoom in/out centered on the specified point (in content coordinates).
The focus point is kept locked to it's on screen position (ala google maps).
Пространство имён:
Tessa.UI.Controls.Zooming
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public void AnimatedZoomAboutPoint(
double newContentScale,
Point contentZoomFocus
)
Public Sub AnimatedZoomAboutPoint (
newContentScale As Double,
contentZoomFocus As Point
)
public:
void AnimatedZoomAboutPoint(
double newContentScale,
Point contentZoomFocus
)
member AnimatedZoomAboutPoint :
newContentScale : float *
contentZoomFocus : Point -> unit
Параметры
- newContentScale
- Тип: SystemDouble
- contentZoomFocus
- Тип: System.WindowsPoint
См. также