Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the desired cache usage.
Syntax
typedef enum WICBitmapCreateCacheOption {
WICBitmapNoCache = 0,
WICBitmapCacheOnDemand = 0x1,
WICBitmapCacheOnLoad = 0x2,
WICBITMAPCREATECACHEOPTION_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICBitmapNoCacheValue: 0 Do not cache the bitmap. |
WICBitmapCacheOnDemandValue: 0x1 Cache the bitmap when needed. |
WICBitmapCacheOnLoadValue: 0x2 Cache the bitmap at initialization. |
WICBITMAPCREATECACHEOPTION_FORCE_DWORDValue: 0x7fffffff |
Remarks
The CreateBitmap of the IWICImagingFactory interface does not support WICBitmapNoCache when the pixelFormat is a native pixel format provided by Windows Imaging Component (WIC).
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
| Header | wincodec.h |