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

DXImageExtension Constructors

Allows you to use .png/.svg images from the DevExpress.Images.v21.2 assembly as 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