08-13-2024, 05:12 PM
First learn how to draw shapes etc using WPF without doing it on GraphicsWindow.
Its much harder through the extension since SmallBasicLibrary needs to be interacted with through reflection.
First step - create a simple WPF application and learn how to drow on the window
Second step - read up a bit on reflection
Thirst step - see how these come together in LitDev or FC extensions
You will have to work on these first.
Its much harder through the extension since SmallBasicLibrary needs to be interacted with through reflection.
First step - create a simple WPF application and learn how to drow on the window
Second step - read up a bit on reflection
Thirst step - see how these come together in LitDev or FC extensions
You will have to work on these first.