Table of Contents

Interface IHasAfterEffects

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public interface IHasAfterEffects
Extension Methods

Methods

GetOffsetInsideControlInPoints(PointF, SKPoint)

SKPoint GetOffsetInsideControlInPoints(PointF argsLocation, SKPoint childOffset)

Parameters

argsLocation PointF
childOffset SKPoint

Returns

SKPoint

PlayRippleAnimation(Color, double, double, bool)

void PlayRippleAnimation(Color color, double x, double y, bool removePrevious = true)

Parameters

color Color
x double
y double
removePrevious bool

PlayShimmerAnimation(Color, float, float, int, bool)

void PlayShimmerAnimation(Color color, float shimmerWidth, float shimmerAngle, int speedMs, bool removePrevious = true)

Parameters

color Color
shimmerWidth float
shimmerAngle float
speedMs int
removePrevious bool