You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image should be updated after updating of the WritableBitmap
Actual behavior
Image is not updating
Regression?
No response
Known Workarounds
No response
Configuration
C:\Projects>dotnet --info
.NET SDK (reflecting any global.json):
Version: 6.0.101
Commit: ef49f6213a
Runtime Environment:
OS Name: Windows
OS Version: 10.0.19043
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\6.0.101\
Host (useful for support):
Version: 6.0.1
Commit: 3a25a7f1cc
.NET SDKs installed:
6.0.101 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.1 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.1 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.1 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Device name ASUS VivoBook
Processor 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz 2.80 GHz
Installed RAM 16.0 GB (15.7 GB usable)
Device ID 5CF4A36A-2AED-420E-8E8C-EC21B342EA89
Product ID 00325-82192-41866-AAOEM
System type 64-bit operating system, x64-based processor
Edition Windows 10 Home
Version 21H1
Installed on 2021-10-12
OS build 19043.1466
Experience Windows Feature Experience Pack 120.2212.3920.0
Other information
No response
The text was updated successfully, but these errors were encountered:
Description
The WritableBitmap can be used as the source of an Image. We can update the WritableBitmap BackBuffer dynamically to update the Image.
In my environment, the updating of the BackBuffer is not lead to updating the Image at all.
Reproduction Steps
Example 1
Compile and run WritableBitmap example from the .NET documentation.
Expected behavior: application draw pixels when the mouse moving on
Actual behavior: pixels are not drawn
Example 2
ScottPlot LiveDemo is not working on my environment. ScottPlot is based on WritableBitmap. See ScottPlot/ScottPlot#1600 (comment)
Expected behavior
Image should be updated after updating of the WritableBitmap
Actual behavior
Image is not updating
Regression?
No response
Known Workarounds
No response
Configuration
Other information
No response
The text was updated successfully, but these errors were encountered: