 | FastBitmapGetPixelUInt 方法 |
Sweet 开发框架
Gets the pixel color at the given coordinates as an unsigned 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 uint GetPixelUInt(
int x,
int y
)
Public Function GetPixelUInt (
x As Integer,
y As Integer
) As UInteger
member GetPixelUInt :
x : int *
y : int -> uint32
参数
- x
- 类型:SystemInt32
The X coordinate of the pixel to get - y
- 类型:SystemInt32
The Y coordinate of the pixel to get
返回值
类型:
UInt32[缺少 "M:SweetUI.FastBitmap.GetPixelUInt(System.Int32,System.Int32)" 的 <returns> 文档]
异常
参见