Click or drag to resize
GridTResize Method

[Missing <summary> documentation for "M:Slash.Collections.Grid.Grid`1.Resize(System.Int32,System.Int32)"]

Namespace: Slash.Collections.Grid
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public void Resize(
	int newWidth,
	int newHeight
)

Parameters

newWidth
Type: SystemInt32

[Missing <param name="newWidth"/> documentation for "M:Slash.Collections.Grid.Grid`1.Resize(System.Int32,System.Int32)"]

newHeight
Type: SystemInt32

[Missing <param name="newHeight"/> documentation for "M:Slash.Collections.Grid.Grid`1.Resize(System.Int32,System.Int32)"]

See Also