RenderTargetBitmapOptions enumeration (xamlom.h)
Defines constants that specify what parts of the visual tree should be rendered.
Syntax
typedef enum RenderTargetBitmapOptions {
RenderTarget = 0,
RenderTargetAndChildren
} ;
Constants
RenderTarget Value: 0 Only the texture associated with the visual should be rendered. |
RenderTargetAndChildren The texture associated with the visual and its children should be rendered. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1607 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | xamlom.h |