CompositionDebugHeatMaps.ShowOverdraw Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Highlights pixels affected by multiple visuals at the same time.
public:
virtual void ShowOverdraw(Visual ^ subtree, CompositionDebugOverdrawContentKinds contentKinds) = ShowOverdraw;
void ShowOverdraw(Visual const& subtree, CompositionDebugOverdrawContentKinds const& contentKinds);
public void ShowOverdraw(Visual subtree, CompositionDebugOverdrawContentKinds contentKinds);
function showOverdraw(subtree, contentKinds)
Public Sub ShowOverdraw (subtree As Visual, contentKinds As CompositionDebugOverdrawContentKinds)
Parameters
- subtree
- Visual
The part of the visual tree for which to show overdraw regions.
- contentKinds
- CompositionDebugOverdrawContentKinds
An enumeration value that specifies what type of content is shown on the overdraw heatmap.