Skip to main content
All docs
V23.2

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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