Click or drag to resize

GraphicBaseSetParentSize Method

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


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

Parameters

parentSize  VectorD3D

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

shouldTriggerChangeEvent  Boolean

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

Implements

IGraphicBaseSetParentSize(VectorD3D, Boolean)
See Also