简体   繁体   中英

Draw Line on Canvas Based on Mouse Movement in .NET MAUI

I'm trying to build an application like MS paint where there's a pencil icon that can draw a line (freehand line) when the user moves the mouse while holding the left-click button of the mouse. Do you have any idea how to implement this?

According to your description, you can use .NET MAUI Community Toolkit package and then use its DrawingView .

The DrawingView provides a surface that allows for the drawing of lines through the use of touch or mouse interaction . For more details, you can refer to How do I draw on canvas using finger? on how to use it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM