Table of Contents

Constructor SKConfettiEmitterBounds

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

SKConfettiEmitterBounds(SKConfettiEmitterSide)

Initializes a new instance of the SKConfettiEmitterBounds struct for the specified side.

public SKConfettiEmitterBounds(SKConfettiEmitterSide side)

Parameters

side SKConfettiEmitterSide

The side of the view to emit from.

SKConfettiEmitterBounds(double, double)

Initializes a new instance of the SKConfettiEmitterBounds struct for a specific point.

public SKConfettiEmitterBounds(double x, double y)

Parameters

x double

The x-coordinate of the emission point.

y double

The y-coordinate of the emission point.

SKConfettiEmitterBounds(Point)

Initializes a new instance of the SKConfettiEmitterBounds struct for a specific point.

public SKConfettiEmitterBounds(Point point)

Parameters

point Point

The emission point.

SKConfettiEmitterBounds(double, double, double, double)

Initializes a new instance of the SKConfettiEmitterBounds struct for a specific rectangular area.

public SKConfettiEmitterBounds(double x, double y, double width, double height)

Parameters

x double

The x-coordinate of the bounds.

y double

The y-coordinate of the bounds.

width double

The width of the bounds.

height double

The height of the bounds.

SKConfettiEmitterBounds(Rect)

Initializes a new instance of the SKConfettiEmitterBounds struct for a specific rectangle.

public SKConfettiEmitterBounds(Rect rect)

Parameters

rect Rect

The emission bounds rectangle.