RemoteResizeEventArgs Constructor
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
RemoteResizeEventArgs(Int32, Int32)
Initializes a new instance of the RemoteResizeEventArgs class with the specified size.
Declaration
public RemoteResizeEventArgs(int columns, int rows)
Parameters
Type | Name | Description |
---|---|---|
Int32 | columns | Number of character columns. |
Int32 | rows | Number of character rows. |