Click or drag to resize

HostLayerSizeToDefault Method

Set this layer to the default size and position.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SizeToDefault(
	PointD2D parentSize
)

Parameters

parentSize  PointD2D
The size of the parent's area.
See Also