WPF library or room decoration tool

This update is for my question: WPF 2d Vector Graphics Library

I need a WPF library (or WinForms) for a 2D room design (not a living room, but a room with some technical equipment).

Mandatory Functions

API for:

  • drawing and editing complex shapes (not only rectangles and circles, but something like a server, etc.).
  • shape selection
  • getting form objects (or some ID) from an image in my code. This is for the ability to bind the form to my objects.

Additional functions:

  • the ability to save the image in a binary file and load the image from such a file (the format does not matter)
  • own editor that has a user interface for creating and editing shapes and which can be integrated into the application (WPF control or external application)

Both free and commercial libraries are allowed.

+3
source share
1 answer

Forgive me for asking, but I'm not quite sure what you are asking. It looks like you could build the whole fragment in WPF directly, relatively quickly, using inkCanvas. InkCanvasses supports child objects, which can be any WPF FrameworkElement element that includes path objects, complex geometry, images, media, and ink.

, , ( , inkCanvas), ( ). , , , FrameworkElements, . , , xmlDataSerializer inkCanvas, .

, , , , - : ? - - - ?

0

Source: https://habr.com/ru/post/1782313/


All Articles