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

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

语法

C#
public TextPart(
	string text,
	Point2D anchorPoint
)

参数

text
Type: System..::.String
指定此TextPart对象的文本内容。
anchorPoint
Type: SuperMap.Data..::.Point2D
指定此TextPart对象的锚点。

请参见