Click or drag to resize

CIMGCreate Method

Creates an IMG not tied to a file at all

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CIMG Create(
	int type,
	int kx,
	int width,
	int height
)

public static CIMG Create(
	int type,
	int kx,
	int width,
	int height
)

Parameters

type
Type: SystemInt32
Data type <define>GS_TYPES</define>
kx
Type: SystemInt32
Grid orientation (KX): 1 (rows in X) -1 (rows in Y)
width
Type: SystemInt32
Grid width
height
Type: SystemInt32
Grid height

Return Value

Type: CIMG
IMG object
Remarks
Once destroyed all the data in this IMG is lost.
See Also