Skip to main content
All docs
V24.2

PrintingSystemBase.GetOrCreatePlatformDrawingCache<T>(Func<T>) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

Declaration

public T GetOrCreatePlatformDrawingCache<T>(
    Func<T> createCache
)
    where T : IDisposable

Parameters

Name Type
createCache Func<T>

Type Parameters

Name
T

Returns

Type
T
See Also