我有一个ImageView,我正试图在Xamarin中制作Circular。这很简单,我会用CoreAnimation来完成,但是图像是这样异步下载的:this.profileImage.InvokeOnMainThread(()=>this.profileImage.SetImage(url:newNSUrl(datum.user.profile_picture)));我如何使这些图像成为圆形? 最佳答案 这就是我最终解决问题的方式:this.profileImage.InvokeOnMainThread(()=>this.pro