Share via


ImageHandler Constructors

Definition

Overloads

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

ImageHandler()

public:
 ImageHandler();
public ImageHandler ();
Public Sub New ()

Applies to

ImageHandler(IPropertyMapper)

public:
 ImageHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public ImageHandler (Microsoft.Maui.IPropertyMapper? mapper);
new Microsoft.Maui.Handlers.ImageHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Handlers.ImageHandler
Public Sub New (mapper As IPropertyMapper)

Parameters

Applies to

ImageHandler(IPropertyMapper, CommandMapper)

public:
 ImageHandler(Microsoft::Maui::IPropertyMapper ^ mapper, Microsoft::Maui::CommandMapper ^ commandMapper);
public ImageHandler (Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper);
new Microsoft.Maui.Handlers.ImageHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.ImageHandler
Public Sub New (mapper As IPropertyMapper, commandMapper As CommandMapper)

Parameters

commandMapper
CommandMapper

Applies to