From 8392e901e2bf41ff3d588ec34a12d22abed6ddd9 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 15 Sep 2021 18:54:11 +0200 Subject: [PATCH] Updated Guide (markdown) --- Guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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