Click or drag to resize

GraphViewLayout Constructor

Initializes a new instance of the GraphViewLayout class.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GraphViewLayout(
	bool isAutoZoomActive,
	double zoomFactor,
	GraphDocument graphDocument,
	PointD2D viewPortsUpperLeftInRootLayerCoord
)

Parameters

isAutoZoomActive  Boolean
If set to true auto zoom is active.
zoomFactor  Double
The zoom factor.
graphDocument  GraphDocument
The graph document.
viewPortsUpperLeftInRootLayerCoord  PointD2D
Vector from the upper left corner of the graph to the upper left corner of the view port.
See Also