Click or drag to resize

HostLayerSetParentSize Method

Sets the parent size used to calculate cached size and position values.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetParentSize(
	PointD2D parentSize,
	bool isTriggeringChangedEvent
)

Parameters

parentSize  PointD2D
The new parent size.
isTriggeringChangedEvent  Boolean
If set to true, raises a changed event when the size changed.

Implements

IGraphicBaseSetParentSize(PointD2D, Boolean)
See Also