Click or drag to resize

HostLayer(HostLayer, IItemLocation) Constructor

Initializes a new instance of the HostLayer class at the specified location.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public HostLayer(
	HostLayer? parentLayer,
	IItemLocation location
)

Parameters

parentLayer  HostLayer
The parent layer.
location  IItemLocation
The position and size of this layer.
See Also