Bitmap 类 |
命名空间: CPF.Drawing
public class Bitmap : Image
Bitmap 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Bitmap(Stream) |
创建位图
| |
Bitmap(IBitmapImpl) | 初始化 Bitmap 类的一个新实例 | |
Bitmap(Image) |
创建位图
| |
Bitmap(Int32, Int32) |
创建位图
| |
Bitmap(Int32, Int32, Int32, PixelFormat, IntPtr) |
创建位图
|
名称 | 说明 | |
---|---|---|
BitmapImpl | ||
Duration |
动画时长,GIF
(继承自 Image。) | |
FrameCount |
帧数,比如GIF
(继承自 Image。) | |
FrameDelay |
GIF的每帧时长
(继承自 Image。) | |
Height |
高度
(继承自 Image。) | |
ImageImpl | (继承自 Image。) | |
Index |
当前选中的帧索引,GIF
(继承自 Image。) | |
NextFrame |
下一帧的时间,从程序启动开始算,用于播放动画的时候使用,实现同一个Image对象,多个地方同步刷新
(继承自 Image。) | |
Width |
宽度
(继承自 Image。) |
名称 | 说明 | |
---|---|---|
Clone | (重写 ImageClone.) | |
Dispose | (继承自 Image。) | |
Equals | (继承自 Object。) | |
Finalize | (继承自 Image。) | |
GetHashCode | (继承自 Object。) | |
GetType | (继承自 Object。) | |
Lock |
锁定位图到内存用以像素操作,BitmapLock使用完要Dispose
| |
MemberwiseClone | (继承自 Object。) | |
SaveToStream | (继承自 Image。) | |
ToString | (继承自 Image。) |
名称 | 说明 | |
---|---|---|
ConvertTo |
类型转换
(由 ObjectExtenstions 定义。) | |
Delay |
延迟操作
(由 ObjectExtenstions 定义。) | |
Equal |
对象是否相等
(由 ObjectExtenstions 定义。) | |
GetCreationCode | (由 ObjectExtenstions 定义。) | |
GetPropretyValue |
获取对象属性值
(由 ObjectExtenstions 定义。) | |
GetValue |
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。) | |
Invoke |
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。) | |
SetPropretyValue |
设置属性值
(由 ObjectExtenstions 定义。) | |
SetValue |
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。) |