UpdateWindow..::..EncompassRowSegment Method

Widens the update window to accommodate a segment of grid positions from (x1 to x2) of a specific row to be marked as needing to be updated.

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public void EncompassRowSegment(
	int y,
	int x1,
	int x2
)

Parameters

y
Type: Int32
x1
Type: Int32
x2
Type: Int32