Table of Contents

Class SKConfettiPathShape

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

A confetti shape that draws a custom SKPath.

public class SKConfettiPathShape : SKConfettiShape, INotifyPropertyChanged
Inheritance
SKConfettiPathShape
Implements
Inherited Members

Constructors

SKConfettiPathShape()

Initializes a new instance of the SKConfettiPathShape class.

SKConfettiPathShape(SKPath)

Initializes a new instance of the SKConfettiPathShape class with the specified path.

Fields

PathProperty

Identifies the Path bindable property.

Properties

Path

Gets or sets the path that defines the shape.

Methods

OnDraw(SKCanvas, SKPaint, float)

When overridden in a derived class, draws the shape on the specified canvas.