| 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
)
Public Sub New ( 
	pCenterPoint As IPoint,
	dRadius As Double,
	dStartAngle As Double,
	dCentralAngle As Double,
	pEnvelope As IBoundingBox
)
public:
CircularArc(
	IPoint^ pCenterPoint, 
	double dRadius, 
	double dStartAngle, 
	double dCentralAngle, 
	IBoundingBox^ pEnvelope
)
new : 
        pCenterPoint : IPoint * 
        dRadius : float * 
        dStartAngle : float * 
        dCentralAngle : float * 
        pEnvelope : IBoundingBox -> CircularArc参数
- pCenterPoint
- 类型: GISShare.SMap.GeometryIPoint
 圆心
- dRadius
- 类型: SystemDouble
 半径
- dStartAngle
- 类型: SystemDouble
 起始角度(0-2PI 逆时针,单位弧度)
- dCentralAngle
- 类型: SystemDouble
 扇形角度(0-2PI 逆时针,单位弧度)
- pEnvelope
- 类型: GISShare.SMap.GeometryIBoundingBox
 包络框
 参见
参见