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

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

语法

C#
public TextPart(
	string text,
	Point2D anchorPoint,
	double rotation
)

参数

text
Type: System..::.String
指定对象的文本内容。
anchorPoint
Type: SuperMap.Data..::.Point2D
指定对象的锚点。
rotation
Type: System..::.Double
指定文本的旋转角度,以度为单位,逆时针为正方向。

请参见