根据指定的参数来构造一个 GeoText 的新对象。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public GeoText(
	TextPart part,
	TextStyle textStyle
)

参数

part
Type: SuperMap.Data..::.TextPart
文本子对象。
textStyle
Type: SuperMap.Data..::.TextStyle
文本风格对象。

备注

当文本子对象或文本风格对象已被dispose()方法释放后再进行传入操作,则会抛出ObjectDisposedException异常。

请参见