Table of Contents

Class SKAnimatedSurfaceView

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

An animated surface view that extends SKSurfaceView with a timer-based rendering loop.

public class SKAnimatedSurfaceView : SKSurfaceView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance
SKAnimatedSurfaceView
Implements
Derived
Inherited Members

Constructors

SKAnimatedSurfaceView()

Initializes a new instance of the SKAnimatedSurfaceView class.

Fields

IsAnimationEnabledProperty

Identifies the IsAnimationEnabled bindable property.

Properties

IsAnimationEnabled

Gets or sets a value indicating whether this control will play the animation provided.

Methods

Update(TimeSpan)

Called to update the animation state for the given elapsed time.