Struct MaximizedEventArgs
Defines the event data for the window maximizing event.
Inherited Members
Namespace: OpenTK.Windowing.Common
Assembly: OpenTK.Windowing.Common.dll
Syntax
public readonly struct MaximizedEventArgs
Constructors
MaximizedEventArgs(bool)
Initializes a new instance of the MaximizedEventArgs struct.
Declaration
public MaximizedEventArgs(bool isMaximized)
Parameters
Type | Name | Description |
---|---|---|
bool | isMaximized | A value indicating whether the window is maximized. |
Properties
IsMaximized
Gets a value indicating whether the window is maximized.
Declaration
public bool IsMaximized { get; }
Property Value
Type | Description |
---|---|
bool |