Click or drag to resize

GraphicBaseSetParentSize Method

Sets the size of the parent object.

Namespace: Altaxo.Graph.Gdi.Shapes
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 parent size.
isTriggeringChangedEvent  Boolean
If set to true, a change event is raised when needed.

Implements

IGraphicBaseSetParentSize(PointD2D, Boolean)
See Also