Click or drag to resize
CVAiSetArray Method
Set a range of data in an array

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void iSetArray(
	int start_row,
	int start_col,
	int rows,
	int cols,
	byte* data,
	int gs_type
)

Parameters

start_row
Type: SystemInt32
Starting Row
start_col
Type: SystemInt32
Starting Column
rows
Type: SystemInt32
# rows
cols
Type: SystemInt32
# cols
data
Type: SystemByte*
Data buffer to copy into VA
gs_type
Type: SystemInt32
<define>GS_TYPES</define>
See Also