jingwood/d2dlib

load bitmaps on a thread to store them in a list

Open

#27 opened on Apr 19, 2020

View on GitHub
 (4 comments) (0 reactions) (0 assignees)C# (48 forks)github user discovery
help wantedquestion

Repository metrics

Stars
 (260 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi,

I have been trying out your lib. Very nice!

I have built my own thumbnail viewer in .net. It is very fast due to blitting but I am thinking to use your lib as the backend instead. But I had a question. Can I blit/copy/move and area of the screen to another part of the screen so I only have render the new part?

All the best Christian

Contributor guide