Class EdgeGlowAnimator
public class EdgeGlowAnimator : RenderingAnimator, IOverlayEffect, ICanRenderOnCanvas, ISkiaAnimator, IDisposable
- Inheritance
-
EdgeGlowAnimator
- Implements
- Inherited Members
- Extension Methods
Constructors
EdgeGlowAnimator(IDrawnBase)
public EdgeGlowAnimator(IDrawnBase control)
Parameters
controlIDrawnBase
Fields
count
protected static long count
Field Value
Properties
Color
public SKColor Color { get; set; }
Property Value
GlowPosition
public GlowPosition GlowPosition { get; set; }
Property Value
Height
public double Height { get; set; }
Property Value
X
public double X { get; set; }
Property Value
Y
public double Y { get; set; }
Property Value
Methods
OnRendering(DrawingContext, IDrawnBase)
return true if has drawn something and rendering needs to be applied
protected override bool OnRendering(DrawingContext context, IDrawnBase control)
Parameters
contextDrawingContextcontrolIDrawnBase
Returns
TransformReportedValue(long)
/// Passed over mValue, you can change the reported passed value here
protected override double TransformReportedValue(long deltaT)
Parameters
deltaTlong
Returns
- double
modified mValue for callback consumer