Skip to content

jpenrici/WPF_Canvas_experience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF_Canvas_experience

Application in WPF C# for manipulating Shapes and Images.

README-pt-BR

Features

Menu File

  • Save and Save As: Exports in a file .TXT or .CSV the history of insertions and movement of objects within Canvas.
  • Export: Exports the Canvas image.

Menu Edit

  • Clear: Clears the Canvas, eliminating all added objects, preserving the background.
  • Undo/Redo: Undo and redo actions on Canvas.
    Note: In the DEL operation, there is no deletion of the object, only the hiding.
  • Background: Changes the background of the Canvas, with Solid Color or with addition of Image.

Menu Add

  • Adds Shapes and Images.
  • Rectangle: Where Geometry behavior is tested.
  • Ellipse: Where Shape's behavior is tested.
  • Image: Where it is possible to insert images in JPG, BMP and PNG formats.

Menu About

  • Simple message.

Console

In the TextBox is displayed with the movements performed.

References

WPF : docs.microsoft.com/pt-br/visualstudio

Display

Display

Releases

No releases published

Packages

No packages published

Languages