-
Home
-
API
-
Svg.Editor.Skia
-
SvgEditorOverlayRenderer
-
Methods
-
Draw(SKCanvas, SKPicture?, Nullable, Nullable, Single, Boolean, Boolean, Double, IEnumerable, LayerEntry?, IList, Func, Boolean, DrawableBase?, Boolean, IList, SKMatrix)
Draw(SKCanvas, SKPicture?, Nullable, Nullable, Single, Boolean, Boolean, Double, IEnumerable, LayerEntry?, IList, Func<DrawableBase, BoundsInfo>, Boolean, DrawableBase?, Boolean, IList, SKMatrix) Method
Definition
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