以指定点为基点将此二维线几何对象旋转指定的角度,逆时针为正方向,角度以度为单位。

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

语法

C#
public override void Rotate(
	Point2D basePoint,
	double angle
)

参数

basePoint
Type: SuperMap.Data..::.Point2D
指定的旋转的基点。
angle
Type: System..::.Double
指定的旋转的角度,单位为度。

示例

请参见 Geometry.Offset() 方法。

请参见