HtmlImage(Nullable<HtmlImageType>, ImageSource, HtmlSize, HtmlSize) Constructor
In This Article
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
C#
public HtmlImage(
HtmlImageType? imageType,
ImageSource source,
HtmlSize width,
HtmlSize height
)
#Parameters
Name | Type | Description |
---|---|---|
image |
Nullable<Html |
The created image’s format. |
source | Image |
A source of the created image. |
width | Html |
The created image’s width. |
height | Html |
The created image’s height. |
See Also