Click or drag to resize

GraphicBaseGetRectangularObjectOutline Method

Get the path that is often used in HitTestObject to show the selected outline of the object if multiple objects are selected.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GraphicsPath GetRectangularObjectOutline()

Return Value

GraphicsPath
The object outline in object world coordinates.
See Also