Class GetWindowBoundsResult
public sealed record GetWindowBoundsResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetWindowBoundsResult>
- Inheritance
-
EmptyResultGetWindowBoundsResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetWindowBoundsResult(Bounds)
public GetWindowBoundsResult(Bounds Bounds)
Parameters
BoundsBoundsBounds information of the window. When window state is 'minimized', the restored window position and size are returned.
Properties
Bounds
Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.
public Bounds Bounds { get; init; }