Hmp1ServerResizedEventArgs
Namespace: Hex1b
Assembly: Hex1b.dll
Arguments for the callback. Fires when the producer's PTY dimensions change.
csharp
public sealed class Hmp1ServerResizedEventArgs : EventArgsInheritance
Object → EventArgs → Hmp1ServerResizedEventArgs
Properties
Height
The new PTY height.
Returns: Int32
csharp
public int Height { get; }Width
The new PTY width.
Returns: Int32
csharp
public int Width { get; }