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

DXImageExtensions.ConvertToGdiPlusImage(DXImage) Method

Converts a DXImage object to the Image object.

Namespace: DevExpress.Drawing.Extensions

Assembly: DevExpress.Drawing.v22.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public static Image ConvertToGdiPlusImage(
    this DXImage image
)

Parameters

Name Type Description
image DXImage

The object to convert.

Returns

Type Description
Image

The resulting image.

See Also