Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Enhancement] GesturePad #467

@VladislavAntonyuk

Description

@VladislavAntonyuk

Summary

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA request for a new feature.in-progressActively being worked on.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions