ImageSourceServiceResult Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| 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)
Parâmetros
- image
- Object
- resolutionDependent
- Boolean
- dispose
- Action