Click or drag to resize

ResizeGraphOptionsOldRootLayerSize Property

Gets or sets the size of the root layer (before resizing).

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

Property Value

PointD2D
The old size of the root layer (before resizing).
See Also