Skip to main content
All docs
V26.1
  • SvgBitmap.ForceHighSpeedRendering(Action) 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.v26.1.dll

    Declaration

    [Browsable(false)]
    public static void ForceHighSpeedRendering(
        Action render
    )

    Parameters

    Name Type Description
    render Action

    The action.

    See Also