IXRCacheMode (Compact 2013)
3/28/2014
This class is a base class for objects that request support for rendering bitmaps by using graphics hardware acceleration.
Syntax
class IXRCacheMode : public IXRDependencyObject
Inheritance Hierarchy
IXRCacheMode
Methods
IXRCacheMode provides no new methods. All its methods are inherited from IXRDependencyObject.
Thread Safety
Members of this class are thread-safe if you previously called IXRApplication::CreateHostFromXaml and supplied it with an XRWindowCreateParams structure that has AllowsMultipleThreadAccess set to true.
Remarks
IXRCacheMode is a base class for IXRBitmapCache.
If you create a class instance, use an IXRCacheModePtr smart pointer instead of a raw interface pointer. For more information, see XRPtr<Interface>.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |