ImageSourceServiceLoadResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ImageSourceServiceLoadResult() | |
ImageSourceServiceLoadResult(Action) | |
ImageSourceServiceLoadResult(Boolean, Action) |
ImageSourceServiceLoadResult()
- Source:
- ImageSourceServiceResult.cs
- Source:
- ImageSourceServiceResult.cs
public:
ImageSourceServiceLoadResult();
public ImageSourceServiceLoadResult ();
Public Sub New ()
Applies to
ImageSourceServiceLoadResult(Action)
- Source:
- ImageSourceServiceResult.cs
- Source:
- ImageSourceServiceResult.cs
public ImageSourceServiceLoadResult (Action? dispose = default);
new Microsoft.Maui.ImageSourceServiceLoadResult : Action -> Microsoft.Maui.ImageSourceServiceLoadResult
Public Sub New (Optional dispose As Action = Nothing)
Parameters
- dispose
- Action
Applies to
ImageSourceServiceLoadResult(Boolean, Action)
- Source:
- ImageSourceServiceResult.cs
- Source:
- ImageSourceServiceResult.cs
public ImageSourceServiceLoadResult (bool resolutionDependent, Action? dispose = default);
new Microsoft.Maui.ImageSourceServiceLoadResult : bool * Action -> Microsoft.Maui.ImageSourceServiceLoadResult
Public Sub New (resolutionDependent As Boolean, Optional dispose As Action = Nothing)
Parameters
- resolutionDependent
- Boolean
- dispose
- Action
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.