Unable to Capture Child Elements in Screenshot of Parent Grid or UserControl #14999
Unanswered
LSXAxeller
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
You mean, some sub-children of PlayerRoot are ignored in RenderTargetBitmap? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an issue while attempting to capture a screenshot of my current view. In the code snippet provided,
scTargetrepresents either the parentGridor theUserControlitself. However, upon capturing the screenshot, only the background of the parentGridis visible, with none of its child elements, including images or text, appearing in the screenshot.Despite specifying the dimensions for the screenshot and rendering the
scTargetelement, only the background of the parent element is captured, omitting any child elements such as images or text.Beta Was this translation helpful? Give feedback.
All reactions