Skip to content

Commit

Permalink
Update Window_and_Application_API_Spec.md (#72)
Browse files Browse the repository at this point in the history
* Update Window_and_Application_API_Spec.md

I don't know what the property should be called there, but definitely not Visible. :-)

* Update Window_and_Application_API_Spec.md

Change WindowSize to just Size
  • Loading branch information
thomasclaudiushuber committed Aug 3, 2020
1 parent 9c72d8d commit a632199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions active/Win32/Window_and_Application_API_Spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,9 @@ Contains the argument returned by a window size change event.
public bool Handled { get; set; };
```

- WindowSizeChangedEventArgs.Visible: Gets the new size of the window in units of effective (view) pixels.
- WindowSizeChangedEventArgs.Size: Gets the new size of the window in units of effective (view) pixels.
```CS
public Size Visible { get; }
public Size Size { get; }
```


Expand Down

0 comments on commit a632199

Please sign in to comment.