Skip to content

Version v1.1

Latest
Compare
Choose a tag to compare
@V4SS3UR V4SS3UR released this 04 Oct 10:29

What's Changed

The UpdateVisualBrush method has been updated to improve how the rendering of the window is handled. Instead of traversing down the visual tree to exclude the targeted control, the method now renders the entire window without the specified UI element. This change resolves issues related to the correct rendering of UI element transforms.

Key Improvements:

Rendering Behavior:

The method now captures the entire window's content without the targeted UI element (e.g., border).
This approach ensures that all transforms applied to other UI elements in the window are accurately rendered.

Performance:

By rendering the window as a whole rather than selectively processing elements, this can lead to improved performance and visual consistency in the blurred effect.

Visual Integrity:

The updated method maintains the integrity of the UI appearance by ensuring that transforms (e.g., ScaleTransform, RotateTransform) are rendered correctly when the visual brush is applied.


Full Changelog: v1.0...v1.1