Click or drag to resize

GraphViewLayoutPositionOfViewportsUpperLeftCornerInRootLayerCoordinates Property

Gets the position of the viewport's upper left corner in root layer coordinates. This value is only valid if IsAutoZoomActive is false.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD2D PositionOfViewportsUpperLeftCornerInRootLayerCoordinates { get; }

Property Value

PointD2D
The position of the viewport's upper left corner in root layer coordinates.
See Also