Click or drag to resize

CMVIEWComplexPolygon Method

Draw a polygon with holes in it.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCVV
VV of type int holding the number of points for each polygon
vv_x
Type: GeoEngine.Core.GXNetXCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y coordinates.
Remarks
You pass a VV with polygon sizes and 2 point vvs.
See Also