Table of Contents

Class SKConfettiShape

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

Abstract base class for confetti particle shapes.

public abstract class SKConfettiShape : BindableObject, INotifyPropertyChanged
Inheritance
SKConfettiShape
Implements
Derived
Inherited Members

Constructors

SKConfettiShape()

Methods

Draw(SKCanvas, SKPaint, float)

Draws the shape on the specified canvas.

OnDraw(SKCanvas, SKPaint, float)

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