Skip to main content
All docs
V25.1
  • SvgBitmap.WrapElement(SvgElement) Method

    This member supports the internal infrastructure, and is not intended to be used directly from your code.

    Namespace: DevExpress.Utils.Svg

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public SvgElementWrapper WrapElement(
        SvgElement element
    )

    Parameters

    Name Type Description
    element DevExpress.Utils.Svg.SvgElement

    An element (primitive) from which the vector image consists.

    Returns

    Type Description
    DevExpress.Utils.Svg.SvgElementWrapper

    An element wrapper.

    See Also