public class SKSvg : IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.HitTestDrawables(SKPoint, SKMatrix)Returns drawables that hit-test against a point in canvas coordinates.HitTestDrawables(SKPoint)Returns drawables that hit-test against a point in picture coordinates.HitTestDrawables(SKRect, SKMatrix)Returns drawables that intersect with a rectangle in canvas coordinates.HitTestDrawables(SKRect)Returns drawables that intersect with a rectangle in picture coordinates.HitTestElements(SKPoint, SKMatrix)Returns SVG elements that hit-test against a point in canvas coordinates.HitTestElements(SKPoint)Returns SVG elements that hit-test against a point in picture coordinates.HitTestElements(SKRect, SKMatrix)Returns SVG elements that intersect with a rectangle in canvas coordinates.HitTestElements(SKRect)Returns SVG elements that intersect with a rectangle in picture coordinates.RebuildFromModel()Rebuilds the SkiaSharp picture from the current model.TryGetPicturePoint(SKPoint, SKMatrix, out SKPoint)Converts a point from canvas coordinates to picture coordinates.TryGetPictureRect(SKRect, SKMatrix, out SKRect)Converts a rectangle from canvas coordinates to picture coordinates.