Click or drag to resize

CDSELSelectSize Method

Specify the image size desired

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SelectSize(
	int width,
	int height
)

public void SelectSize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
Image width in pixels
height
Type: SystemInt32
Image height in pixels
See Also