Click or drag to resize

GraphicBaseGetPosition Method

Returns the position of the pivot point of the object in parent coordinates (strictly speaking: as vector from the parent's reference point to the pivot point of the object).

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual PointD3D GetPosition()

Return Value

PointD3D
The position of the object (the object's pivot point) with reference to the parent's reference point).
See Also