Click or drag to resize
CMVUTextBox Method
Draw a wrapped text box

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void TextBox(
	CMVIEW oMVIEW1,
	double d2,
	double d3,
	double d4,
	double d5,
	string str6,
	double d7,
	int i8
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
d2
Type: SystemDouble
Min X
d3
Type: SystemDouble
Min Y
d4
Type: SystemDouble
Max X
d5
Type: SystemDouble
Max Y
str6
Type: SystemString
text
d7
Type: SystemDouble
line spacing (1.2 good)
i8
Type: SystemInt32
See MVU_TEXTBOXConstant
See Also