mirror of
https://github.com/ckaczor/ChrisKaczor.Wpf.Windows.SnappingWindow.git
synced 2026-01-13 17:22:40 -05:00
Expose window handle
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user