SenseHatLedMatrix.SetPixel(Int32, Int32, Color) Method

Definition

Sets color on specific position of the LED matrix

public abstract void SetPixel (int x, int y, System.Drawing.Color color);
abstract member SetPixel : int * int * System.Drawing.Color -> unit
Public MustOverride Sub SetPixel (x As Integer, y As Integer, color As Color)

Parameters

x
Int32

X coordinate

y
Int32

Y coordinate

color
Color

Color to be set in the specified position

Applies to