Click or drag to resize

GraphicBasePosition Property

Get/set the position of the object. This is defined as the vector from the parent's reference point to the object's pivot point.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD3D Position { get; set; }

Property Value

PointD3D

Implements

IGraphicBasePosition
See Also