SetWindowIcon method

void SetWindowIcon(
  1. ImageC image
)

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

Implementation

void SetWindowIcon(ImageC image)
  => _SetWindowIcon(image);