Skip to main content
All docs
V25.1
  • SvgBitmap.Create(SvgImage) Method

    Creates a new SvgBitmap object from the specified vector image.

    Namespace: DevExpress.Utils.Svg

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public static SvgBitmap Create(
        SvgImage svgImage
    )

    Parameters

    Name Type Description
    svgImage SvgImage

    The vector image.

    Returns

    Type Description
    SvgBitmap

    The SvgBitmap object.

    See Also