Click or drag to resize

CDSELSelectSize Method

Specify the image size desired

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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