From b2ec72fb7dc90ae2158a4c73e214cbc24954d7c1 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 10 Sep 2021 17:09:10 +0200 Subject: [PATCH] Updated Documentation (markdown) --- Documentation.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Documentation.md b/Documentation.md index 9fd0421..876a43e 100644 --- a/Documentation.md +++ b/Documentation.md @@ -44,6 +44,7 @@ - [Main()](#M-DesktopMagicPluginAPI-Plugin-Main 'DesktopMagicPluginAPI.Plugin.Main') - [OnMouseClick(position)](#M-DesktopMagicPluginAPI-Plugin-OnMouseClick-System-Drawing-Point- 'DesktopMagicPluginAPI.Plugin.OnMouseClick(System.Drawing.Point)') - [OnMouseMove(position)](#M-DesktopMagicPluginAPI-Plugin-OnMouseMove-System-Drawing-Point- 'DesktopMagicPluginAPI.Plugin.OnMouseMove(System.Drawing.Point)') + - [Start()](#M-DesktopMagicPluginAPI-Plugin-Start 'DesktopMagicPluginAPI.Plugin.Start') - [Slider](#T-DesktopMagicPluginAPI-Inputs-Slider 'DesktopMagicPluginAPI.Inputs.Slider') - [#ctor(min,max,value)](#M-DesktopMagicPluginAPI-Inputs-Slider-#ctor-System-Double,System-Double,System-Double- 'DesktopMagicPluginAPI.Inputs.Slider.#ctor(System.Double,System.Double,System.Double)') - [Maximum](#P-DesktopMagicPluginAPI-Inputs-Slider-Maximum 'DesktopMagicPluginAPI.Inputs.Slider.Maximum') @@ -338,7 +339,7 @@ Gets the window size of the main application. ##### Summary -Updates the plugin window +Updates the plugin window. ##### Parameters @@ -445,14 +446,14 @@ DesktopMagicPluginAPI ##### Summary -The plugin class +The plugin class. ### Application `property` ##### Summary -Informations about the main application +Informations about the main application. ### UpdateInterval `property` @@ -502,6 +503,17 @@ Occurs when the mouse pointer is moved over the control. | ---- | ---- | ----------- | | position | [System.Drawing.Point](http://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k:System.Drawing.Point 'System.Drawing.Point') | | + +### Start() `method` + +##### Summary + +Occurs once when the pugin gets activated. + +##### Parameters + +This method has no parameters. + ## Slider `type`