Enum BitmapCreateCacheOption
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.dll
Specifies the desired cache usage. https://docs.microsoft.com/en-us/windows/win32/api/wincodec/ne-wincodec-wicbitmapcreatecacheoption
public enum BitmapCreateCacheOption
Fields
NoCache = 0
Do not cache the bitmap.
CacheOnDemand = 1
Cache the bitmap when needed.
CacheOnLoad = 2
Cache the bitmap at initialization.