d2phap / DXControl

🖌️ A WinForms hybrid control that supports Direct2D and GDI+ drawing
MIT License
24 stars 5 forks source link

Can it support the same scrolling style as PhotoShop? #3

Closed Charltsing closed 6 months ago

Charltsing commented 6 months ago

Add horizontal and vertical scrollbars,

Mouse Wheel --> move up and down Ctrl+Mouse Wheel --> move left and right Alt+Mouse Wheel --> Zoom

so i can make it easier to view image details

d2phap commented 6 months ago

This is a low-level control for drawing with Direct2D and GDI+. You need to implement all the functions by yourself.