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

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

语法

C#
public GeoPicture(
	Bitmap image,
	Point2D center,
	double width,
	double height,
	double rotation
)

参数

image
Type: System.Drawing..::.Bitmap
Image类对象。
center
Type: SuperMap.Data..::.Point2D
指定的中心点。
width
Type: System..::.Double
指定的宽度(旋转前)。
height
Type: System..::.Double
指定的高度(旋转前)。
rotation
Type: System..::.Double
旋转角度。二维图片几何对象的形状是矩形,其旋转基点为该矩形的中心点。

版本信息

SuperMap iObjects .NET


请参见