 | FastBitmapSetPixel 方法 (Int32, Int32, Int32) |
Sweet 开发框架
Sets the pixel color at the given coordinates. If the bitmap was not locked beforehands,
an exception is thrown
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void SetPixel(
int x,
int y,
int color
)
Public Sub SetPixel (
x As Integer,
y As Integer,
color As Integer
)
member SetPixel :
x : int *
y : int *
color : int -> unit
参数
- x
- 类型:SystemInt32
The X coordinate of the pixel to set - y
- 类型:SystemInt32
The Y coordinate of the pixel to set - color
- 类型:SystemInt32
The new color of the pixel to set
异常
参见