Draw(SKCanvas, SKPicture?, Nullable, Nullable, Single, Boolean, Boolean, Double, IEnumerable, LayerEntry?, IList, Func<DrawableBase, BoundsInfo>, Boolean, DrawableBase?, 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<DrawableBase> selectedDrawables, Func<DrawableBase, BoundsInfo> getBounds, bool polyEditing, DrawableBase? editPolyDrawable, bool editPolyline, IList<SKPoint> polyPoints, SKMatrix polyMatrix)

Parameters

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