Method | Description | |
---|---|---|
WindowChangeRequestInfo ( ) |
Initializes a new instance of the WindowChangeRequestInfo class.
|
|
WindowChangeRequestInfo ( uint columns, uint rows, uint width, uint height ) |
Initializes a new instance of the WindowChangeRequestInfo class.
|
Method | Description | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
public WindowChangeRequestInfo ( uint columns, uint rows, uint width, uint height ) | ||
columns | uint | The columns. |
rows | uint | The rows. |
width | uint | The width. |
height | uint | The height. |