Click or drag to resize

IGraphicBaseSetParentSize Method

Announces the size of the parent layer in order to make own calculations for size and position.

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

Parameters

parentSize  PointD2D
Size of the parent layer.
isTriggeringChangedEvent  Boolean
If set to true, the Changed event is triggered if the size of the parent differs from the cached parent's size.
See Also