diff --git a/Guide.md b/Guide.md index 2b6fd68..8f592b8 100644 --- a/Guide.md +++ b/Guide.md @@ -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. \ No newline at end of file +``` \ No newline at end of file