mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-20 23:57:11 +00:00
implement BrowserWindow-API functions
This commit is contained in:
10
ElectronNET.API/Entities/Rectangle.cs
Normal file
10
ElectronNET.API/Entities/Rectangle.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public class Rectangle
|
||||
{
|
||||
public int X { get; set; }
|
||||
public int Y { get; set; }
|
||||
public int Width { get; set; }
|
||||
public int Height { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user