Click or drag to resize

GraphicBaseSetParentSize Method

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


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

Parameters

parentSize  PointD2D

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

shouldTriggerChangeEvent  Boolean

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

Implements

IGraphicBaseSetParentSize(PointD2D, Boolean)
See Also