ImageSourceExtensions.LoadImage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public static void LoadImage (this Microsoft.Maui.IImageSource? source, Microsoft.Maui.IMauiContext mauiContext, Action<Microsoft.Maui.IImageSourceServiceResult<object>?>? finished = default);
static member LoadImage : Microsoft.Maui.IImageSource * Microsoft.Maui.IMauiContext * Action<Microsoft.Maui.IImageSourceServiceResult<obj>> -> unit
<Extension()>
Public Sub LoadImage (source As IImageSource, mauiContext As IMauiContext, Optional finished As Action(Of IImageSourceServiceResult(Of Object)) = Nothing)
参数
- source
- IImageSource
- mauiContext
- IMauiContext
- finished
- Action<IImageSourceServiceResult<Object>>