Click or drag to resize

CMVUTextBox Method

Draw a wrapped text box

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void TextBox(
	CMVIEW mview,
	double xmin,
	double ymin,
	double xmax,
	double ymax,
	string text,
	double space,
	int type
)

public static void TextBox(
	CMVIEW mview,
	double xmin,
	double ymin,
	double xmax,
	double ymax,
	string text,
	double space,
	int type
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
xmin
Type: SystemDouble
Min X
ymin
Type: SystemDouble
Min Y
xmax
Type: SystemDouble
Max X
ymax
Type: SystemDouble
Max Y
text
Type: SystemString
Text
space
Type: SystemDouble
Line spacing (1.2 good)
type
Type: SystemInt32
<define>MVU_TEXTBOX</define>
See Also