Table of Contents

Method Bounds

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

Bounds(double, double, double, double)

Creates emitter bounds for a specific rectangular area.

public static SKConfettiEmitterBounds Bounds(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.

Returns

SKConfettiEmitterBounds

A new SKConfettiEmitterBounds for the specified area.

Bounds(Rect)

Creates emitter bounds for a specific rectangle.

public static SKConfettiEmitterBounds Bounds(Rect rect)

Parameters

rect Rect

The emission bounds rectangle.

Returns

SKConfettiEmitterBounds

A new SKConfettiEmitterBounds for the specified rectangle.