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

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

语法

C#
public GeoNorthArrow(
	NorthArrowStyleType styleType,
	Rectangle2D bounds,
	double rotation
)

参数

styleType
Type: SuperMap.Data..::.NorthArrowStyleType
指北针几何对象的样式。
bounds
Type: SuperMap.Data..::.Rectangle2D
指北针几何对象的范围。
rotation
Type: System..::.Double
指北针几何对象的旋转角度,单位:度。旋转的基点是指北针几何对象的中心点。

请参见