Updated Guide (markdown)

Stone_Red
2021-09-15 18:54:11 +02:00
parent f2e10b940c
commit 8392e901e2
+3 -3
@@ -16,6 +16,8 @@
## General information
> Tip: Use `Bitmap.SetResolution` to avoid scaling problems on different screens.
### The `Main` method
The `Main` method is where the main processing of the plugin should take place.\
The method is executed in a different thread, which means you can run things with heavy load there without affecting the main application or other plugins.\
@@ -105,6 +107,4 @@ namespace DesktopMagicPlugin
}
}
}
```
> Tip: Use `Bitmap.SetResolution` to avoid scaling problems on different screens.
```