BitmapDataBag 构造函数 (Int32, Int32) |
一个Bitmap数据包 构造函数
命名空间:
System.Drawing
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public BitmapDataBag(
int iWidth,
int iHeight
)
Public Sub New (
iWidth As Integer,
iHeight As Integer
)
public:
BitmapDataBag(
int iWidth,
int iHeight
)
new :
iWidth : int *
iHeight : int -> BitmapDataBag
参数
- iWidth
- 类型: SystemInt32
宽 - iHeight
- 类型: SystemInt32
高
参见