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(...)` 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 @@ + + + + + + + + + + + + + + +