Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 18, 2023 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/6718d4e97d720fc79f027b6e4a38cb5c to your computer and use it in GitHub Desktop.
Save bjoerntx/6718d4e97d720fc79f027b6e4a38cb5c to your computer and use it in GitHub Desktop.
public class SignaturePoint
{
public float X { get; set; }
public float Y { get; set; }
public long CreationTimeStamp { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment