Skip to content

SMToad/NotPaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotPaint

This is a graphics editor application that was written with the goal of learning the basics of drawing in WPF. The app was heavily inspired by the classic Microsoft Paint application and implements its main features.

Features

  • The buttons for drawing straight lines, three types of figures and the pencil mode
  • Changing the width, type and color of the line stroke and figure filling before drawing and on selecting the figure
  • Moving, rotating and deleting the figures on selection
  • Copying and pasting the objects onto the canvas
  • Saving and loading the canvas as well as the other images
  • Resizing the canvas
  • Tracking the position of the cursor and the canvas size

Screenshots

The main page

Technologies used

  • .NET Framework 4.7.2
  • C# 7.3
  • Visual Studio 2017

Room for improvement

  • Code refactoring
  • Adding more shapes
  • Adding a color wheel
  • Adding the Undo and Eraser buttons

About

A WPF graphics editor application that implements the main feauters of the standard Microsoft Paint app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages