Click or drag to resize

HostLayerSetParentSize Method

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


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

Parameters

newParentSize  VectorD3D

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

isTriggeringChangedEvent  Boolean

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

Implements

IGraphicBaseSetParentSize(VectorD3D, Boolean)
See Also