根据指定的参数来构造一个 GeoRoundRectangle 的新对象。

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

语法

C#
public GeoRoundRectangle(
	Point2D center,
	double width,
	double height,
	double radiusX,
	double radiusY,
	double rotation
)

参数

center
Type: SuperMap.Data..::.Point2D
中心点。
width
Type: System..::.Double
旋转前的宽度。
height
Type: System..::.Double
旋转前的高度。
radiusX
Type: System..::.Double
圆角的长半轴长度。
radiusY
Type: System..::.Double
圆角的短半轴长度。
rotation
Type: System..::.Double
旋转角度。旋转基点为二维圆角矩形几何对象的中心点。

请参见