Svg
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing.Geometries
Summary:
Provides a set of methods to draw SVG paths.
Object
=>
Svg
Methods
// Draws the given path to the canvas.
Draw(
| SkiaSharpDrawingContext context, | // The drawing context. |
| SKPaint paint, | // The paint. |
| SKPath path, | // The path. |
| Single x, | // The x coordinate. |
| Single y, | // The y coorindate. |
| Single width, | // The width. |
| Single height, | // The height. |
| Boolean fitToSize | // Indicates whether the path should fit the size of the geometry. |
)