| EllipticArc 构造函数 (IPoint, Double, Double, Double, Double, Double, IBoundingBox) | 
 
            椭圆弧
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
 语法
语法public EllipticArc(
	IPoint pCenterPoint,
	double dRadiusX,
	double dRadiusY,
	double dStartAngle,
	double dCentralAngle,
	double dRotateAngle,
	IBoundingBox pEnvelope
)
Public Sub New ( 
	pCenterPoint As IPoint,
	dRadiusX As Double,
	dRadiusY As Double,
	dStartAngle As Double,
	dCentralAngle As Double,
	dRotateAngle As Double,
	pEnvelope As IBoundingBox
)
public:
EllipticArc(
	IPoint^ pCenterPoint, 
	double dRadiusX, 
	double dRadiusY, 
	double dStartAngle, 
	double dCentralAngle, 
	double dRotateAngle, 
	IBoundingBox^ pEnvelope
)
new : 
        pCenterPoint : IPoint * 
        dRadiusX : float * 
        dRadiusY : float * 
        dStartAngle : float * 
        dCentralAngle : float * 
        dRotateAngle : float * 
        pEnvelope : IBoundingBox -> EllipticArc参数
- pCenterPoint
- 类型: GISShare.SMap.GeometryIPoint
 圆心
- dRadiusX
- 类型: SystemDouble
 X半径
- dRadiusY
- 类型: SystemDouble
 Y半径
- dStartAngle
- 类型: SystemDouble
 起始角度(0-2PI 逆时针,单位弧度)
- dCentralAngle
- 类型: SystemDouble
 扇形角度(0-2PI 逆时针,单位弧度)
- dRotateAngle
- 类型: SystemDouble
 旋转角度(0-2PI 逆时针,单位弧度)
- pEnvelope
- 类型: GISShare.SMap.GeometryIBoundingBox
 包络框
 参见
参见