Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CachedBitmap #8987

Merged
merged 1 commit into from
Apr 14, 2023
Merged

Implement CachedBitmap #8987

merged 1 commit into from
Apr 14, 2023

Commits on Apr 13, 2023

  1. Implement CachedBitmap

    Implements GDI+ `CachedBitmap` wrapper which allows caching a device dependent copy of `Bitmap`. Rendering is signficantly faster (5x+), although it has a few caveats:
    
    - It needs to be regenerated if color depth changes
    - It cannot be rendered to a Graphics object that has a tranform other than translation (no rotation, scaling)
    
    Fixes dotnet#8822
    JeremyKuhne committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b4552a7 View commit details
    Browse the repository at this point in the history