Click or drag to resize

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.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
GraphicsPath ObjectOutlineForArrangements { get; }

Return Value

GraphicsPath
Object outline.
See Also