SetWindowIcon abstract method

void SetWindowIcon(
  1. ImageStructType image
)

Set icon for window (single image, RGBA 32bit)

Implementation

void SetWindowIcon(
  ImageStructType image,
);