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

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

语法

C#
public GeoNorthArrow(
	string imageFile,
	Rectangle2D bounds,
	double rotation
)

参数

imageFile
Type: System..::.String
图片文件类型的指北针几何对象的图片全路径。
bounds
Type: SuperMap.Data..::.Rectangle2D
指北针几何对象的范围。
rotation
Type: System..::.Double
指北针几何对象的旋转角度,单位:度。旋转的基点是指北针几何对象的中心点。

请参见