 | CMVUTextBox Method |
Draw a wrapped text box
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void TextBox(
CGXNETCore gxNetShared,
CMVIEW mview,
double xmin,
double ymin,
double xmax,
double ymax,
string text,
double space,
int type
)
public static void TextBox(
CGXNETCore gxNetShared,
CMVIEW mview,
double xmin,
double ymin,
double xmax,
double ymax,
string text,
double space,
int type
)
Public Shared Sub TextBox (
gxNetShared As CGXNETCore,
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 (
gxNetShared As CGXNETCore,
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(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
double xmin,
double ymin,
double xmax,
double ymax,
String^ text,
double space,
int type
)
public:
static void TextBox(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
double xmin,
double ymin,
double xmax,
double ymax,
String^ text,
double space,
int type
)
static member TextBox :
gxNetShared : CGXNETCore *
mview : CMVIEW *
xmin : float *
ymin : float *
xmax : float *
ymax : float *
text : string *
space : float *
type : int -> unit
static member TextBox :
gxNetShared : CGXNETCore *
mview : CMVIEW *
xmin : float *
ymin : float *
xmax : float *
ymax : float *
text : string *
space : float *
type : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - mview
- Type: GeoEngine.Core.GXNetXCMVIEW
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