VirtualCanvas icon indicating copy to clipboard operation
VirtualCanvas copied to clipboard

A WPF control that provides a nice 2-dimentional virtual canvas using efficient QuadTree index

Results 5 VirtualCanvas issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this very nice demo program! My question is more like in the understanding level of `Rect.Empty` declaration in .NET ecosystem. I noticed that `WpfHelper.Intersects()` method when two...

Hi, the demo runs very smoothly! I try to add some customized graphics and alignment is often required. If there are gridlines will be better. So could you tell me...

Hi. I tried the demo and it works really well and smoothly with the 100000x100000 Canvas size the demo shows. But when I tried using it with the Extent of...

I tried using your demo app, works great. But, how do I scale. I tried binding to the DemoDiagram scale and increasing it, but didn't work. It works only for...

hi,I saw that the project only supports drawing geometric images, You have tested the effect of drawing text?