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

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

语法

C#
public GeoNorthArrow(
	int geoMapID,
	string imageFile,
	Rectangle2D bounds
)

参数

geoMapID
Type: System..::.Int32
指定的指北针几何对象所服务的地图几何对象的ID。
imageFile
Type: System..::.String
图片文件类型的指北针几何对象的图片全路径。
bounds
Type: SuperMap.Data..::.Rectangle2D
指北针几何对象的范围。

请参见