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

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

语法

C#
public GeoPicture(
	Bitmap image,
	Rectangle2D bounds,
	double rotation
)

参数

image
Type: System.Drawing..::.Bitmap
Image类对象。
bounds
Type: SuperMap.Data..::.Rectangle2D
指定的范围。
rotation
Type: System..::.Double
旋转角度。二维图片几何对象的形状是矩形,其旋转基点为该矩形的中心点。

版本信息

SuperMap iObjects .NET


请参见