Click or drag to resize

HitTestObjectBaseObjectOutlineForArrangements 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.3572.0 (4.8.3572.0)
Syntax
C#
public abstract GraphicsPath ObjectOutlineForArrangements { get; }

Return Value

GraphicsPath
Object outline.

Implements

IHitTestObjectObjectOutlineForArrangements
See Also