 | CPGCopySubset Method |
Copy a subset of data from one pager to another.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CopySubset(
CPG pgs,
int y_row_d,
int x_col_d,
int y_row_s,
int x_col_s,
int ny,
int nx
)
public void CopySubset(
CPG pgs,
int y_row_d,
int x_col_d,
int y_row_s,
int x_col_s,
int ny,
int nx
)
Public Sub CopySubset (
pgs As CPG,
y_row_d As Integer,
x_col_d As Integer,
y_row_s As Integer,
x_col_s As Integer,
ny As Integer,
nx As Integer
)
Public Sub CopySubset (
pgs As CPG,
y_row_d As Integer,
x_col_d As Integer,
y_row_s As Integer,
x_col_s As Integer,
ny As Integer,
nx As Integer
)
public:
void CopySubset(
CPG^ pgs,
int y_row_d,
int x_col_d,
int y_row_s,
int x_col_s,
int ny,
int nx
)
public:
void CopySubset(
CPG^ pgs,
int y_row_d,
int x_col_d,
int y_row_s,
int x_col_s,
int ny,
int nx
)
member CopySubset :
pgs : CPG *
y_row_d : int *
x_col_d : int *
y_row_s : int *
x_col_s : int *
ny : int *
nx : int -> unit
member CopySubset :
pgs : CPG *
y_row_d : int *
x_col_d : int *
y_row_s : int *
x_col_s : int *
ny : int *
nx : int -> unit
Parameters
- pgs
- Type: GeoEngine.Core.GXNetXCPG
Source PG object - y_row_d
- Type: SystemInt32
Y (row) Origin on destination - x_col_d
- Type: SystemInt32
X (col) Origin on destination - y_row_s
- Type: SystemInt32
Y (row) Origin on source - x_col_s
- Type: SystemInt32
X (col) Origin on source - ny
- Type: SystemInt32
Number of Y (rows) to copy - nx
- Type: SystemInt32
Number of X (columns) to copy
Remarks2D Only
See Also