点击或拖拽改变大小

GeometryFactoryCreateSequentBezierCurve 方法

连续贝塞尔曲线

命名空间:  GISShare.SMap.Geometry
程序集:  GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public static bool CreateSequentBezierCurve(
	IGeometryCollection pGeometryCollection,
	IGeometryCollection pPoints,
	double dArrowLength,
	bool bRatio
)

参数

pGeometryCollection
类型: GISShare.SMap.GeometryIGeometryCollection
pPoints
类型: GISShare.SMap.GeometryIGeometryCollection
控制点集合
dArrowLength
类型: SystemDouble
箭头长度
bRatio
类型: SystemBoolean
参数“dArrowLength”是否为比例

返回值

类型: Boolean
参见