Expose window handle

This commit is contained in:
2023-05-01 16:54:33 -04:00
parent 6fa8558f33
commit 2fe412e2a4

View File

@@ -4,7 +4,7 @@ namespace ChrisKaczor.Wpf.Windows;
public class WindowInformation
{
private nint Handle { get; }
public nint Handle { get; }
public Rectangle Location { get; }
public WindowInformation(nint handle)