根据指定的参数构造一个 GeoEllipticArc 对象。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public GeoEllipticArc(
	Point2D center,
	double semimajorAxis,
	double semiminorAxis,
	double startAngle,
	double sweepAngle,
	double rotation
)

参数

center
Type: SuperMap.Data..::.Point2D
椭圆弧几何对象的圆心。
semimajorAxis
Type: System..::.Double
长半轴。
semiminorAxis
Type: System..::.Double
短半轴。
startAngle
Type: System..::.Double
起始角度。
sweepAngle
Type: System..::.Double
椭圆弧几何对象扫过的角度。
rotation
Type: System..::.Double
旋转角度。旋转基点为椭圆弧几何对象所在椭圆的圆心。

请参见