Click or drag to resize

CMVIEWPoint3D Method

Draw a 3D point.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Point3D(
	double x,
	double y,
	double z
)

public void Point3D(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
X
y
Type: SystemDouble
Y
z
Type: SystemDouble
Z
Remarks
The Line color and line thickness will affect rendering.
See Also