点击或拖拽改变大小

CircularArc 构造函数 (IPoint, Double, Double, Double, IBoundingBox)

圆弧

命名空间:  GISShare.SMap.Geometry
程序集:  GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public CircularArc(
	IPoint pCenterPoint,
	double dRadius,
	double dStartAngle,
	double dCentralAngle,
	IBoundingBox pEnvelope
)

参数

pCenterPoint
类型: GISShare.SMap.GeometryIPoint
圆心
dRadius
类型: SystemDouble
半径
dStartAngle
类型: SystemDouble
起始角度(0-2PI 逆时针,单位弧度)
dCentralAngle
类型: SystemDouble
扇形角度(0-2PI 逆时针,单位弧度)
pEnvelope
类型: GISShare.SMap.GeometryIBoundingBox
包络框
参见