corelibraries-devexpress-dot-drawing-b17d1bb9.md
Base class for images in DevExpress controls.
Namespace : DevExpress.Drawing
Assembly : DevExpress.Drawing.v25.2.dll
NuGet Package : DevExpress.Drawing
public abstract class DXImage :
IDisposable,
IEquatable<DXImage>
Public MustInherit Class DXImage
Implements IDisposable,
IEquatable(Of DXImage)
The following members return DXImage objects:
Show 25 links
The following members return DXImage objects:
Show 26 links
The following code examples create an image object from source:
To use an image locally:
To use the image globally, you do not have to dispose of either the stream or the image:
See Also