Edit

Share via


BreakoutRgb5x5.WritePixelRgb(Int32, Int32, Color) Method

Definition

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.

Applies to