HitTestDrawables(SKPoint) Method

Definition

Namespace Svg.Skia
Assembly Svg.Skia.dll

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

public IEnumerable<DrawableBase> HitTestDrawables(SKPoint point)

Parameters

point
SKPoint

Point in picture coordinate space.

Returns

IEnumerable<DrawableBase>
Enumerable of drawables containing the point.