コード例 #1
0
 public Task <UIImage> LoadImageAsync(
     ImageSource imageSource,
     CancellationToken cancellationToken = new CancellationToken(),
     float scale = 1)
 {
     return(FFImageLoadingHelper.LoadViaFFImageLoading(
                imageSource, cancellationToken));
 }
コード例 #2
0
 public static void Init(bool debug = false)
 {
     FFImageLoadingHelper.Init();
     IsDebugEnabled = debug;
 }