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
-
I'm encountering an issue while attempting to capture a screenshot of my current view. In the code snippet provided,
scTarget
represents either the parentGrid
or theUserControl
itself. However, upon capturing the screenshot, only the background of the parentGrid
is 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
scTarget
element, 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