Partager via


ImageHandler Classe

Définition

public ref class ImageHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::IImage ^, System::Object ^>, Microsoft::Maui::Handlers::IImageHandler
public class ImageHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.IImage,object>, Microsoft.Maui.Handlers.IImageHandler
type ImageHandler = class
    inherit ViewHandler<IImage, obj>
    interface IImageHandler
    interface IViewHandler
    interface IElementHandler
Public Class ImageHandler
Inherits ViewHandler(Of IImage, Object)
Implements IImageHandler
Héritage
Implémente

Constructeurs

ImageHandler()
ImageHandler(IPropertyMapper)
ImageHandler(IPropertyMapper, CommandMapper)

Champs

CommandMapper
Mapper

Propriétés

ContainerView

Obtient la vue qui fait office de conteneur pour .PlatformView

(Hérité de ViewHandler)
HasContainer

Obtient ou définit une valeur qui indique si est PlatformView contenu dans une vue.

(Hérité de ViewHandler)
MauiContext (Hérité de ElementHandler)
NeedsContainer

Obtient une valeur qui indique si le a besoin ou non d’une VirtualView vue de conteneur.

(Hérité de ViewHandler)
PlatformView (Hérité de ViewHandler<TVirtualView,TPlatformView>)
Services (Hérité de ElementHandler)
SourceLoader
VirtualView (Hérité de ViewHandler<TVirtualView,TPlatformView>)

Méthodes

ConnectHandler(TPlatformView) (Hérité de ViewHandler<TVirtualView,TPlatformView>)
CreatePlatformView()
DisconnectHandler(TPlatformView) (Hérité de ViewHandler<TVirtualView,TPlatformView>)
GetDesiredSize(Double, Double) (Hérité de ViewHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (Hérité de ElementHandler)
MapAspect(IImageHandler, IImage)
MapIsAnimationPlaying(IImageHandler, IImage)
MapSource(IImageHandler, IImage)
PlatformArrange(Rect) (Hérité de ViewHandler<TVirtualView,TPlatformView>)
RemoveContainer() (Hérité de ViewHandler<TVirtualView,TPlatformView>)
SetMauiContext(IMauiContext) (Hérité de ElementHandler)
SetupContainer() (Hérité de ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IElement) (Hérité de ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IView) (Hérité de ViewHandler<TVirtualView,TPlatformView>)
UpdateValue(String) (Hérité de ElementHandler)

Implémentations d’interfaces explicites

IElementHandler.DisconnectHandler() (Hérité de ElementHandler)
IElementHandler.PlatformView (Hérité de ViewHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (Hérité de ViewHandler<TVirtualView,TPlatformView>)
IImageHandler.PlatformView
IImageHandler.VirtualView
IViewHandler.ContainerView (Hérité de ViewHandler)
IViewHandler.VirtualView (Hérité de ViewHandler<TVirtualView,TPlatformView>)

Méthodes d’extension

GetRequiredService<T>(IElementHandler)
GetRequiredService<T>(IElementHandler, Type)
GetService<T>(IElementHandler)
GetService<T>(IElementHandler, Type)
GetServiceProvider(IElementHandler)
IsConnected(IElementHandler)

S’applique à