点击或拖拽改变大小

IBezierCurveQueryClosestPoint 方法

在贝塞尔曲线上查找距已知点距离最近的点

命名空间:  GISShare.SMap.Geometry
程序集:  GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
IPoint QueryClosestPoint(
	int iInterpolationPrecision,
	IPoint givenPoint,
	bool bHaveSpatialReference
)

参数

iInterpolationPrecision
类型: SystemInt32
差值数
givenPoint
类型: GISShare.SMap.GeometryIPoint
bHaveSpatialReference
类型: SystemBoolean
返回对象是否含有空间参考

返回值

类型: IPoint
参见