Edit

Share via


RawPixelContainer.SetPixel(Int32, Int32, Color) Method

Definition

Sets a pixel to a specific color

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

Parameters

x
Int32

X coordinate

y
Int32

Y coordinate

c
Color

Color to set, will be adjusted to the color format of the target hardware

Applies to