DrawingView Lines (Not generating the correct number of Points) #1098
Replies: 2 comments 2 replies
-
you use DrawingLine which contains only points of 1 line. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I will give that a try but how does the stream contain the all the points out of interest. Do you possibly have some sample code that will assist myself now and others in the future please?On 18 Mar 2023, at 19:23, Vladislav Antonyuk ***@***.***> wrote:
you use DrawingLine which contains only points of 1 line.
To get the all points and image use DrawingView.GetImageStream
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have implemented the DrawingView as a replacement for the older SignaturePad that was part of Xamarin.Forms.
The issue is that the old Xamarin.Forms SignaturePad would generate a larger number of Points/Lines to make up the image if it was rendered on a web page after the Points/Lines were uploaded to a server, BUT the DrawingView does not generate the same amount of points.
Here is my implementation:
XAML
CODE BEHIND
VIEW MODEL
Is anyone able to tell me if I am missing something or how to correctly get all the points, because I do need the full signature displayed on the web after server upload.
Beta Was this translation helpful? Give feedback.
All reactions