From 86a5bfba27f0a8dd1e8ac152abb1a53cc2d007c4 Mon Sep 17 00:00:00 2001 From: Patrick Getzmann Date: Sat, 6 Oct 2018 18:02:18 +0200 Subject: [PATCH 1/2] Update README.md Added the SignaturePadCanvasView --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0193a6b..15e4401 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,18 @@ var signatureView = new SignaturePadView (this) { BackgroundColor="Black" /> ``` +#### Need more control? Use the underlying SignaturePadCanvasView + +```xml + + + +``` ### Obtaining a Signature Image The signature that was drawn on the canvas can be obtained as a image using the `GetImage(...)` From 3bdd525652a480dcab0b8e14ddcbfc1f06adba24 Mon Sep 17 00:00:00 2001 From: Patrick Getzmann Date: Sat, 6 Oct 2018 18:03:02 +0200 Subject: [PATCH 2/2] Added SignaturePadCanvasView --- samples/Sample.Forms/Samples/CanvasView.xaml | 37 +++++++++++ .../Sample.Forms/Samples/CanvasView.xaml.cs | 61 +++++++++++++++++++ samples/Sample.Forms/Samples/MainPage.xaml | 1 + samples/Sample.Forms/Samples/Samples.csproj | 6 ++ 4 files changed, 105 insertions(+) create mode 100644 samples/Sample.Forms/Samples/CanvasView.xaml create mode 100644 samples/Sample.Forms/Samples/CanvasView.xaml.cs diff --git a/samples/Sample.Forms/Samples/CanvasView.xaml b/samples/Sample.Forms/Samples/CanvasView.xaml new file mode 100644 index 0000000..f07e0c2 --- /dev/null +++ b/samples/Sample.Forms/Samples/CanvasView.xaml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + +