You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
It's been a while since I created gesturepad control for my own product "Draw & GO". I created a PR: xamarin/SignaturePad#138, but looks like that project is not supported since 2018. It's now the time to share my code with the world. it works on the same platforms which Xamarin.Forms supports
API Changes
private const int MinValueGranularity;
public IEnumerable<Point> Points
public ICommand GestureCompletedCommand
public int Granularity
public bool EnableSmoothedPath
public Color LineColor
public float LineWidth
public bool ClearOnFinish
public Stream GetImageStream(double imageSizeWidth, double imageSizeHeight)
public static Stream GetImageStream(IEnumerable<Point> points,
Size imageSize,
float lineWidth,
Color strokeColor,
Color backgroundColor)
Intended Use Case
Draw signature
Who Will Do The Work?
I am willing to take this on myself
Just putting this out there for someone to pick up