Draw(SKCanvas, SKPicture?, Nullable, Nullable, Single, Boolean, Boolean, Double, IEnumerable, LayerEntry?, IList, Func<SelectionVisualInfo, BoundsInfo>, Boolean, Nullable, Boolean, IList, SKMatrix) Method

Definition

Namespace Svg.Editor.Skia
Assembly Svg.Editor.Skia.dll
public void Draw(SKCanvas canvas, SKPicture? picture, SKRect? rootBounds, SKRect? artboardBounds, float scale, bool snapToGrid, bool showGrid, double gridSize, IEnumerable<LayerEntry> layers, LayerEntry? selectedLayer, IList<SelectionVisualInfo> selectedVisuals, Func<SelectionVisualInfo, BoundsInfo> getBounds, bool polyEditing, SelectionVisualInfo? editPolyVisual, bool editPolyline, IList<SKPoint> polyPoints, SKMatrix polyMatrix)

Parameters

rootBounds
Nullable<SKRect>
artboardBounds
Nullable<SKRect>
scale
Single
snapToGrid
Boolean
showGrid
Boolean
gridSize
Double
selectedLayer
LayerEntry
polyEditing
Boolean
editPolyline
Boolean
polyPoints
IList<SKPoint>
polyMatrix
SKMatrix