Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolkit: DrawingView

Strypper opened this issue · comments

Description

The DrawingView provides a surface that allows for the drawing of lines through the use of touch or mouse interaction. The result of a users drawing can be saved out as an image. A common use case for this is to provide a signature box in an application.
image

Public API Changes

<toolkit:DrawingView
            Lines="{Binding MyLines}"
            LineColor="Red"
            LineWidth="5" />

Intended Use-Case

Guide people to use this control
https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/drawingview

git fetch origin
git checkout 111-toolkit-drawingview