BreakoutRgb5x5.WritePixelRgb(Int32, Int32, Color) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Write RGB value.
public void WritePixelRgb (int x, int y, System.Drawing.Color color);
member this.WritePixelRgb : int * int * System.Drawing.Color -> unit
Public Sub WritePixelRgb (x As Integer, y As Integer, color As Color)
Parameters
- x
- Int32
Horizontal pixel position.
- y
- Int32
Vertical pixel position.
- color
- Color
Color value.