Ejemplo n.º 1
0
 public static void MapIsAnimationPlaying(ImageHandler handler, IImage image) =>
 handler.NativeView?.UpdateIsAnimationPlaying(image);
Ejemplo n.º 2
0
 public static void MapSource(ImageHandler handler, IImage image) =>
 MapSourceAsync(handler, image).FireAndForget(handler);
Ejemplo n.º 3
0
 public static void MapAspect(ImageHandler handler, IImage image) =>
 handler.NativeView?.UpdateAspect(image);
Ejemplo n.º 4
0
        public static void MapBackground(ImageHandler handler, IImage image)
        {
            handler.UpdateValue(nameof(IViewHandler.ContainerView));

            handler.GetWrappedNativeView()?.UpdateBackground(image);
        }
Ejemplo n.º 5
0
 public static void MapAspect(ImageHandler handler, IImage image)
 {
 }
Ejemplo n.º 6
0
 public static void MapSource(ImageHandler handler, IImage image)
 {
 }
Ejemplo n.º 7
0
 public static void MapIsAnimationPlaying(ImageHandler handler, IImage image)
 {
 }