Click or drag to resize

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
Syntax
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
)

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
Remarks
2D Only
See Also