mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace DesktopMagicPluginAPI
|
||||
{
|
||||
public interface IPluginData
|
||||
{
|
||||
string Font { get; }
|
||||
Color Color { get; }
|
||||
Point WindowSize { get; }
|
||||
Point WindowPosition { get; }
|
||||
|
||||
void UpdateWindow();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user