 | 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
Syntaxpublic void ReAllocate(
int n_row,
int n_col
)
public void ReAllocate(
int n_row,
int n_col
)
Public Sub ReAllocate (
n_row As Integer,
n_col As Integer
)
Public Sub ReAllocate (
n_row As Integer,
n_col As Integer
)
public:
void ReAllocate(
int n_row,
int n_col
)
public:
void ReAllocate(
int n_row,
int n_col
)
member ReAllocate :
n_row : int *
n_col : int -> unit
member ReAllocate :
n_row : int *
n_col : int -> unit
Parameters
- n_row
- Type: SystemInt32
Number of Y (rows) to reallocate - n_col
- Type: SystemInt32
Number of X (columns) to reallocate
See Also