Class SKConfettiShape
Abstract base class for confetti particle shapes.
public abstract class SKConfettiShape : BindableObject, INotifyPropertyChanged
- Inheritance
-
SKConfettiShape
- Implements
- Derived
- Inherited Members
Constructors
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.