BitMatrix2D FillSubArea Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Fills homogeneous sub-area of this square with the specified value

Namespace: NFX.Collections
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void FillSubArea(
	int left,
	int top,
	int width,
	int height,
	bool value
)
See Also