Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXImageExtension Constructors

Allows you to use .png/.svg images from the DevExpress.Images.v22.2 assembly as an ImageSource.
Name Parameters Description
DXImageExtension() none Initializes a new instance of the DXImageExtension class.
DXImageExtension(DXImagePathInfo) pathInfo Initializes a new instance of the DXImageExtension class with specified settings.
DXImageExtension(String) imageString Initializes a new instance of the DXImageExtension class with specified settings.
See Also