Table of Contents

Constructor SKConfettiSystemCollection

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

SKConfettiSystemCollection()

Initializes a new instance of the SKConfettiSystemCollection class.

public SKConfettiSystemCollection()

SKConfettiSystemCollection(IEnumerable<SKConfettiSystem>)

Initializes a new instance of the SKConfettiSystemCollection class with items from the specified collection.

public SKConfettiSystemCollection(IEnumerable<SKConfettiSystem> collection)

Parameters

collection IEnumerable<SKConfettiSystem>

The collection of systems to add.

SKConfettiSystemCollection(List<SKConfettiSystem>)

Initializes a new instance of the SKConfettiSystemCollection class with items from the specified list.

public SKConfettiSystemCollection(List<SKConfettiSystem> list)

Parameters

list List<SKConfettiSystem>

The list of systems to add.