Click or drag to resize

IHitTestObjectObjectOutlineForArrangements Property

Returns the object outline path in root layer 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.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IObjectOutlineForArrangements ObjectOutlineForArrangements { get; }

Return Value

IObjectOutlineForArrangements
Object outline.
See Also