次の方法で共有


ImageSourceServiceResult コンストラクター

定義

オーバーロード

ImageSourceServiceResult(Object, Action)
ImageSourceServiceResult(Object, Boolean, Action)

ImageSourceServiceResult(Object, Action)

public ImageSourceServiceResult (object image, Action? dispose = default);
new Microsoft.Maui.ImageSourceServiceResult : obj * Action -> Microsoft.Maui.ImageSourceServiceResult
Public Sub New (image As Object, Optional dispose As Action = Nothing)

パラメーター

image
Object
dispose
Action

適用対象

ImageSourceServiceResult(Object, Boolean, Action)

public ImageSourceServiceResult (object image, bool resolutionDependent, Action? dispose = default);
new Microsoft.Maui.ImageSourceServiceResult : obj * bool * Action -> Microsoft.Maui.ImageSourceServiceResult
Public Sub New (image As Object, resolutionDependent As Boolean, Optional dispose As Action = Nothing)

パラメーター

image
Object
resolutionDependent
Boolean
dispose
Action

適用対象