Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines constants that specify what parts of the visual tree should be rendered.
Syntax
typedef enum RenderTargetBitmapOptions {
RenderTarget = 0,
RenderTargetAndChildren
} ;
Constants
RenderTargetValue: 0 Only the texture associated with the visual should be rendered. |
RenderTargetAndChildrenThe 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 |