Click or drag to resize
CMVIEWText Method
Draw text.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void Text(
	string str1,
	double d2,
	double d3
)

Parameters

str1
Type: SystemString
text to plot
d2
Type: SystemDouble
x location of text
d3
Type: SystemDouble
y location of text
See Also