Skip to main content

HtmlImage(Nullable<HtmlImageType>, ImageSource, HtmlSize, HtmlSize) Constructor

Initializes a new instance of the HtmlImage class with specified settings.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

public HtmlImage(
    HtmlImageType? imageType,
    ImageSource source,
    HtmlSize width,
    HtmlSize height
)

Parameters

Name Type Description
imageType Nullable<HtmlImageType>

The created image’s format.

source ImageSource

A source of the created image.

width HtmlSize

The created image’s width.

height HtmlSize

The created image’s height.

See Also