mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
Updated Guide (markdown)
+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.
|
||||
```
|
||||
Reference in New Issue
Block a user