Skip to main content
All docs
V23.2

SvgBitmap.ForceHighSpeedRendering<T>(Func<T>) 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.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

[Browsable(false)]
public static T ForceHighSpeedRendering<T>(
    Func<T> render
)

Parameters

Name Type
render Func<T>

Type Parameters

Name
T

Returns

Type
T
See Also