ImageSourceServiceResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| ImageSourceServiceResult(Object, Action) | |
| ImageSourceServiceResult(Object, Boolean, Action) |
ImageSourceServiceResult(Object, 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