点击或拖拽改变大小

BitmapDataBag 构造函数 (Int32, Int32, BitmapSource, Int32, Int32)

一个Bitmap数据包 构造函数

命名空间:  System.Windows.Media.Imaging
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public BitmapDataBag(
	int iWidth,
	int iHeight,
	BitmapSource bitmap,
	int iOffsetX,
	int iOffsetY
)

参数

iWidth
类型: SystemInt32
iHeight
类型: SystemInt32
bitmap
类型: System.Windows.Media.ImagingBitmapSource
原始Bitmap
iOffsetX
类型: SystemInt32
读取的起止位置X
iOffsetY
类型: SystemInt32
读取的起止位置Y
参见