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.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual PointD2D GetPosition()
Return Value
PointD2DThe position of the object (the object's pivot point) with reference to the parent's reference point).
See Also