Table of Contents

Class SkiaMediaImage

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
public class SkiaMediaImage : SkiaImage, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IVisualElementController, IElementController, IView, ITransform, IElement, IVisualTreeElement, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISkiaGestureListener, IHasAfterEffects, ISkiaControl, IDrawnBase, ICanBeUpdatedWithContext, ICanBeUpdated, ISkiaDisposable, IDisposable
Inheritance
SkiaMediaImage
Implements
Inherited Members
Extension Methods

Constructors

SkiaMediaImage()

public SkiaMediaImage()

Properties

GifRenderer

protected SkiaGif GifRenderer { get; set; }

Property Value

SkiaGif

Methods

LoadImageFrames(string)

public virtual void LoadImageFrames(string uri)

Parameters

uri string

OnDisposing()

Base performs some cleanup actions with Superview

public override void OnDisposing()

OnLayoutChanged()

DrawingRect size changed

protected override void OnLayoutChanged()

OnVisibilityChanged(bool)

todo override for templated skialayout to use ViewsProvider

public override void OnVisibilityChanged(bool newvalue)

Parameters

newvalue bool

SetImageSource(ImageSource)

public override void SetImageSource(ImageSource source)

Parameters

source ImageSource