GraphicBaseSetRelativeSizePositionFromAbsoluteValues Method |
Sets the size and position of this item in relative units, calculated from absolute values. Note that the ParentSize must be set prior to calling this function.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void SetRelativeSizePositionFromAbsoluteValues(
VectorD3D absSize,
PointD3D absPos
)
Parameters
- absSize VectorD3D
- Absolute size of the item.
- absPos PointD3D
- Absolute position of the item.
See Also