Click or drag to resize
CIMGCreateMem Method
Creates an IMG object that is backed only by memory.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Once destroyed all the data is lost. This is temporary.
Syntax
public static CIMG CreateMem(
	int i1,
	int i2,
	int i3,
	int i4
)

Parameters

i1
Type: SystemInt32
Data type, GS_TYPESConstant
i2
Type: SystemInt32
Grid orientation (KX): 1 (rows in X) -1 (rows in Y)
i3
Type: SystemInt32
Grid width
i4
Type: SystemInt32
Grid height

Return Value

Type: CIMG
IMG Object
See Also