SetPixel
Bitmap.SetPixel method
设置此中指定像素的颜色Bitmap.
public void SetPixel(int x, int y, Color color)
范围 | 类型 | 描述 |
---|---|---|
x | Int32 | 要设置的像素的 x 坐标。 |
y | Int32 | 要设置的像素的 y 坐标。 |
color | Color | 一个Color表示要分配给指定像素的 color 的结构。 |
也可以看看
- struct Color
- class Bitmap
- 命名空间 System.Drawing
- 部件 Aspose.Drawing