DSkin
DSkin
DSkin.Common
FastBitmap 类
FastBitmap 方法
Clone 方法
Dispose 方法
Finalize 方法
GetIntensity 方法
GetPixel 方法
Lock 方法
Save 方法
SetPixel 方法
Unlock 方法
FastBitmap
SetPixel 方法
快速写入X,Y坐标所在的颜色值
命名空间:
DSkin.Common
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
void
SetPixel
(
int
x
,
int
y
,
Color
c
)
参数
x
类型:
System
Int32
X坐标
y
类型:
System
Int32
Y坐标
c
类型:
System.Drawing
Color
Color颜色值
参见
引用
FastBitmap 类
DSkin.Common 命名空间