Skip to main content
All docs
V25.1
  • DXImageExtensions.ConvertToGdiPlusImage(DXImage) Method

    Converts a DXImage object to the Image object.

    Namespace: DevExpress.Drawing.Extensions

    Assembly: DevExpress.Drawing.v25.1.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