点击或拖拽改变大小

BezierCurveQueryBezierPoint 方法

构造距曲线的起始点指定距离处的曲线上的点

命名空间:  GISShare.SMap.Geometry
程序集:  GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public IPoint QueryBezierPoint(
	List<IPoint> interpolationList,
	double dDistanceAlongCurve,
	bool bRatio,
	bool bFromStart,
	ExtensionStyle eExtensionStyle,
	bool bHaveSpatialReference
)

参数

interpolationList
类型: System.Collections.GenericListIPoint
曲线插值点(NULL值重新计算)
dDistanceAlongCurve
类型: SystemDouble
距离起始点的距离(超出部分在延长线上)
bRatio
类型: SystemBoolean
参数“dDistanceAlongCurve”是否为比例
bFromStart
类型: SystemBoolean
从起点开始往后推算,反之从终点推算
eExtensionStyle
类型: GISShare.SMap.GeometryExtensionStyle
是否考虑延长线的情况
bHaveSpatialReference
类型: SystemBoolean
返回对象是否含有空间参考

返回值

类型: IPoint

实现

IBezierCurveQueryBezierPoint(ListIPoint, Double, Boolean, Boolean, ExtensionStyle, Boolean)
参见