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