IHitTestObjectObjectOutlineForArrangements Property |
Returns the object outline path in page coordinates used for arrangement of multiple objects together.
Thus it should describes the object as accurate as possible.
In case of lines shapes, it is the line path without widening.
In case of closed shapes, it is the outline path of the shape.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax GraphicsPath ObjectOutlineForArrangements { get; }
Return Value
GraphicsPathObject outline.
See Also