Ink Edit Tool

Goal Description Hints Passoff

Due Date - Jan 12

Goal

 
Build a simple graphical application that will allow the drawing of digital ink and saving that ink in a file. Each file will contain one or more ink strokes. Each ink stroke is simply a list of points sampled from mouse-move events while the left mouse button is being held down. Ink strokes should be drawn by connecting the points with lines
 CS 656
Description
 
  • Create a new Ink file (menu item). This should ask the user for a file name using the standard file dialog
  • Draw many ink strokes in a window area
  • The entire ink display window must be resizable. Resizing should not scale or change the ink.
  • Save an Ink file
  • Load an existing Ink file from disk.
Hints
 
Passoff
 

__ 4) Correctly draws Ink strokes in a window

__ 1) Window can resize without changing the size of the ink

__ 2) Save/Load of Ink works correctly.