DrawPixel abstract method

void DrawPixel(
  1. num posX,
  2. num posY,
  3. ColorStructType color
)

Implementation

void DrawPixel(
  num posX,
  num posY,
  ColorStructType color,
);