点击或拖拽改变大小

BitmapDataBag 类

一个Bitmap数据包(主要用于图片四点配准)
继承层次
SystemObject
  System.DrawingBitmapDataBag

命名空间:  System.Drawing
程序集:  GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public class BitmapDataBag : IDisposable

The BitmapDataBag type exposes the following members.

构造函数
  名称说明
公共方法BitmapDataBag(Int32, Int32)
一个Bitmap数据包 构造函数
公共方法BitmapDataBag(Int32, Int32, Bitmap, Int32, Int32)
一个Bitmap数据包 构造函数
Top
属性
  名称说明
公共属性A
A
公共属性B
B
公共属性G
G
公共属性Height
公共属性R
R
公共属性Width
Top
方法
  名称说明
公共方法Dispose
释放资源
公共方法ToBitmap
输出对应的Bitmap
公共方法Transform
输出配准BitmapDataBag
Top
参见