 | 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
Syntaxpublic 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
)
Public Shared Sub TextBox (
mview As CMVIEW,
xmin As Double,
ymin As Double,
xmax As Double,
ymax As Double,
text As String,
space As Double,
type As Integer
)
Public Shared Sub TextBox (
mview As CMVIEW,
xmin As Double,
ymin As Double,
xmax As Double,
ymax As Double,
text As String,
space As Double,
type As Integer
)
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
)
static member TextBox :
mview : CMVIEW *
xmin : float *
ymin : float *
xmax : float *
ymax : float *
text : string *
space : float *
type : int -> unit
static member TextBox :
mview : CMVIEW *
xmin : float *
ymin : float *
xmax : float *
ymax : float *
text : string *
space : float *
type : int -> unit
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