HitTestElements(Point) Method

Definition

Assembly Svg.Controls.Skia.Avalonia.dll

Hit tests elements using control coordinates.

public IEnumerable<SvgElement> HitTestElements(Point point)

Parameters

point
Avalonia.Point

Point in control coordinates.

Returns

IEnumerable<SvgElement>
Sequence of hit elements.