Click or drag to resize

CMVIEWComplexPolygon Method

Draw a polygon with holes in it.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void ComplexPolygon(
	CVV vv_i,
	CVV vv_x,
	CVV vv_y
)

public void ComplexPolygon(
	CVV vv_i,
	CVV vv_x,
	CVV vv_y
)

Parameters

vv_i
Type: GeoEngine.Core.GXNetCVV
VV of type int holding the number of points for each polygon
vv_x
Type: GeoEngine.Core.GXNetCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetCVV
Y coordinates.
Remarks
You pass a VV with polygon sizes and 2 point vvs.
See Also