Table of Contents

Method Point

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

Point(double, double)

Creates emitter bounds for a specific point.

public static SKConfettiEmitterBounds Point(double x, double y)

Parameters

x double

The x-coordinate of the emission point.

y double

The y-coordinate of the emission point.

Returns

SKConfettiEmitterBounds

A new SKConfettiEmitterBounds for the specified point.

Point(Point)

Creates emitter bounds for a specific point.

public static SKConfettiEmitterBounds Point(Point point)

Parameters

point Point

The emission point.

Returns

SKConfettiEmitterBounds

A new SKConfettiEmitterBounds for the specified point.