Click or drag to resize

CMVIEWText Method

Draw text.

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

public void Text(
	string text,
	double x,
	double y
)

Parameters

text
Type: SystemString
Text to plot
x
Type: SystemDouble
X location of text
y
Type: SystemDouble
Y location of text
See Also