Click or drag to resize

GridPlaneCollection(GridPlaneCollection) Constructor

Initializes a new instance of the GridPlaneCollection class by copying another instance.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public GridPlaneCollection(
	GridPlaneCollection from
)

Parameters

from  GridPlaneCollection
The collection to copy from.
See Also