public SetPixel ( int x, int y, Color color ) : void | ||
x | int | The x-coordinate of the pixel to set. |
y | int | The y-coordinate of the pixel to set. |
color | Color |
/// A |
return | void |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | The x-coordinate of the pixel to set. |
y | int | The y-coordinate of the pixel to set. |
color | Color |
/// A |
return | void |