Click or drag to resize

CMVIEWPolygonDm Method

Like PolyLineDm, but draw polygons.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void PolygonDm(
	CVV vv_x,
	CVV vv_y
)

public void PolygonDm(
	CVV vv_x,
	CVV vv_y
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y coordinates.
See Also