public static class DisplayFusionFunction
public static void Run(IntPtr windowHandle)
int numberOfSections = 3;
Rectangle[] sections = GetSections(numberOfSections, BFS.Monitor.GetMonitorIDByWindow(windowHandle));
foreach (Rectangle section in sections)
if (BFS.Window.GetBounds(windowHandle) == section)