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
)
Public Sub New (
iWidth As Integer,
iHeight As Integer,
bitmap As BitmapSource,
iOffsetX As Integer,
iOffsetY As Integer
)
public:
BitmapDataBag(
int iWidth,
int iHeight,
BitmapSource^ bitmap,
int iOffsetX,
int iOffsetY
)
new :
iWidth : int *
iHeight : int *
bitmap : BitmapSource *
iOffsetX : int *
iOffsetY : int -> BitmapDataBag
参数
- iWidth
- 类型: SystemInt32
宽 - iHeight
- 类型: SystemInt32
高 - bitmap
- 类型: System.Windows.Media.ImagingBitmapSource
原始Bitmap - iOffsetX
- 类型: SystemInt32
读取的起止位置X - iOffsetY
- 类型: SystemInt32
读取的起止位置Y
参见