public static class DisplayFusionFunction
public static void Run(IntPtr windowHandle)
var bounds = BFS.Window.GetBounds(windowHandle);
int currentWidth=bounds.Width;
int currentHeight=bounds.Height;
BFS.Window.SetSize(windowHandle, Convert.ToInt32(currentWidth * 1.1), Convert.ToInt32(currentHeight));