Click or drag to resize

CPGReAllocate Method

Changes the size of Pager

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ReAllocate(
	int n_row,
	int n_col
)

public void ReAllocate(
	int n_row,
	int n_col
)

Parameters

n_row
Type: SystemInt32
Number of Y (rows) to reallocate
n_col
Type: SystemInt32
Number of X (columns) to reallocate
See Also