Click or drag to resize

ItemLocationDirectSetParentSize Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.ItemLocationDirect.SetParentSize(Altaxo.Geometry.PointD2D,System.Boolean)"]


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

Parameters

parentSize  PointD2D

[Missing <param name="parentSize"/> documentation for "M:Altaxo.Graph.Gdi.ItemLocationDirect.SetParentSize(Altaxo.Geometry.PointD2D,System.Boolean)"]

shouldTriggerChangedEvent  Boolean

[Missing <param name="shouldTriggerChangedEvent"/> documentation for "M:Altaxo.Graph.Gdi.ItemLocationDirect.SetParentSize(Altaxo.Geometry.PointD2D,System.Boolean)"]

See Also