 | FastBitmapGetPixelInt 方法 |
Sweet 开发框架
Gets the pixel color at the given coordinates as an integer value. If the bitmap
was not locked beforehands, an exception is thrown
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public int GetPixelInt(
int x,
int y
)
Public Function GetPixelInt (
x As Integer,
y As Integer
) As Integer
member GetPixelInt :
x : int *
y : int -> int
参数
- x
- 类型:SystemInt32
The X coordinate of the pixel to get - y
- 类型:SystemInt32
The Y coordinate of the pixel to get
返回值
类型:
Int32[缺少 "M:SweetUI.FastBitmap.GetPixelInt(System.Int32,System.Int32)" 的 <returns> 文档]
异常
参见