HitTestElements(SKPoint) Method

Definition

Namespace Svg.Skia
Assembly Svg.Skia.dll

Returns SVG elements that hit-test against a point in picture coordinates.

public IEnumerable<SvgElement> HitTestElements(SKPoint point)

Parameters

point
SKPoint

Point in picture coordinate space.

Returns

IEnumerable<SvgElement>
Enumerable of elements containing the point.