Table of Contents

Constructor SKConfettiShapeCollection

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

SKConfettiShapeCollection()

Initializes a new instance of the SKConfettiShapeCollection class.

public SKConfettiShapeCollection()

SKConfettiShapeCollection(IEnumerable<SKConfettiShape>)

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

public SKConfettiShapeCollection(IEnumerable<SKConfettiShape> collection)

Parameters

collection IEnumerable<SKConfettiShape>

The collection of shapes to add.

SKConfettiShapeCollection(int)

Initializes a new instance of the SKConfettiShapeCollection class with the specified initial capacity.

public SKConfettiShapeCollection(int capacity)

Parameters

capacity int

The initial capacity.