mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-07 07:46:12 +02:00
Updated Guide (markdown)
+2
-2
@@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
## General information
|
## General information
|
||||||
|
|
||||||
|
> Tip: Use `Bitmap.SetResolution` to avoid scaling problems on different screens.
|
||||||
|
|
||||||
### The `Main` method
|
### The `Main` method
|
||||||
The `Main` method is where the main processing of the plugin should take place.\
|
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.\
|
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.\
|
||||||
@@ -106,5 +108,3 @@ namespace DesktopMagicPlugin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
> Tip: Use `Bitmap.SetResolution` to avoid scaling problems on different screens.
|
|
||||||
Reference in New Issue
Block a user