Click or drag to resize

ItemLocationDirectSetAbsoluteSize Method

Sets the absolute size.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void SetAbsoluteSize(
	VectorD3D value,
	EventFiring eventFiring
)

Parameters

value  VectorD3D
The absolute size.
eventFiring  EventFiring
Controls whether a change event is raised.
See Also