创建沿线文本。将指定的文本沿指定的线对象,从线对象的起始点开始沿线均匀放置。

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

语法

C#
public static GeoText MakeAlongLineText(
	string text,
	GeoLine line,
	double fixedAngle
)

参数

text
Type: System..::.String
一个String对象代表将沿线放置的文本。
line
Type: SuperMap.Data..::.GeoLine
线对象。
fixedAngle
Type: System..::.Double
文本子对象的旋转角度,单位为度。

返回值

沿线文本。

备注

文本中每个字的旋转角度均为指定角度。

如果线对象有多个子对象,先将线的子对象按照序号首尾相接生成一个新的线对象。再沿新的线对象均匀放置文本。

请参见