Click or drag to resize

GraphControllerZoomAroundPivotPoint Method

Zooms around a pivot point. The pivot point is the point in graph coordinates that does not change the location in the viewport window when zooming.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ZoomAroundPivotPoint(
	double newZoomValue,
	PointD2D graphCoordinate
)

Parameters

newZoomValue  Double
The new zoom value.
graphCoordinate  PointD2D
The location of the pivot point in graph coordinates (points = 1/72 inch).
See Also