Click or drag to resize

ItemLocationDirectSetRelativeSizePositionFromAbsoluteValues Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.ItemLocationDirect.SetRelativeSizePositionFromAbsoluteValues(Altaxo.Geometry.VectorD3D,Altaxo.Geometry.PointD3D)"]


Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void SetRelativeSizePositionFromAbsoluteValues(
	VectorD3D absSize,
	PointD3D absPos
)

Parameters

absSize  VectorD3D

[Missing <param name="absSize"/> documentation for "M:Altaxo.Graph.Graph3D.ItemLocationDirect.SetRelativeSizePositionFromAbsoluteValues(Altaxo.Geometry.VectorD3D,Altaxo.Geometry.PointD3D)"]

absPos  PointD3D

[Missing <param name="absPos"/> documentation for "M:Altaxo.Graph.Graph3D.ItemLocationDirect.SetRelativeSizePositionFromAbsoluteValues(Altaxo.Geometry.VectorD3D,Altaxo.Geometry.PointD3D)"]

See Also