根据指定的参数来构造一个 GeoArc 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public GeoArc( Point2D center, double radius, double startAngle, double sweepAngle ) |
参数
- center
- Type: SuperMap.Data..::.Point2D
圆弧的圆心。
- radius
- Type: System..::.Double
圆弧半径。
- startAngle
- Type: System..::.Double
圆弧的起始角度。
- sweepAngle
- Type: System..::.Double
圆弧所扫过的角度。