GraphViewLayout Constructor |
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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