3 implementations of LoadImageAnimationAsync
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ImageRenderer.cs (3)
142
public Task<FormsCAKeyFrameAnimation>
LoadImageAnimationAsync
(ImageSource imagesource, CancellationToken cancelationToken = default(CancellationToken), float scale = 1)
182
public async Task<FormsCAKeyFrameAnimation>
LoadImageAnimationAsync
(ImageSource imagesource, CancellationToken cancelationToken = default(CancellationToken), float scale = 1)
222
public async Task<FormsCAKeyFrameAnimation>
LoadImageAnimationAsync
(ImageSource imagesource, CancellationToken cancelationToken = default(CancellationToken), float scale = 1)
1 reference to LoadImageAnimationAsync
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ImageElementManager.cs (1)
210
FormsCAKeyFrameAnimation animation = await handler.
LoadImageAnimationAsync
(source, scale: (float)UIScreen.MainScreen.Scale).ConfigureAwait(false);